vote up 0 vote down star

In many text editors that are aimed at programmers, if the user has a selection that spans more than 1 line and presses the TAB key, those lines are indented by 1 TAB (or a number of spaces, depending on how the editor is configured).

However, this does not seem to be the default behavior of Notepad++. Is there a way I can do this in Notepad++, or is there a plugin that I can get to allow me to do this?

Edit: Upon additional testing, shift-tab correctly un-indents the lines as expected, but only a tab simply inserts a tab wherever the carat is. This is in version 5.4.5 Unicode

flag

62% accept rate

3 Answers

vote up 1 vote down

I have Notepad++ 5.3.1 (UNICODE). I haven't done any magic and it works fine for me as described by you.

Maybe it depends on the (programming/markup/...) "Language"?

link|flag
5.1.1 (Unicode) here and works too. Independent of the selected syntax highlighting language. – Johannes Rössel Sep 21 at 13:30
vote up 0 vote down

It works fine for my v. 5.4.5 of Notepad++. I just select multiple lines and press tab.

If you want tab to be replaced by spaces than you need to go Settings->Preferences and select Edit Components tab. Next check Replace by spaces check box in Tab Setting section.

link|flag
vote up 0 vote down

The problem was with the QuickText plugin. After removing it, indent worked as normal.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.