vote up 0 vote down star

What feature is missing or hidden in Notepad++, that can be added while keeping it still the small, fast and efficient source code editor that it is?

Have you found a feature to be missing only to later discover a way to achieve this anyway, perhaps with a plug-in?

flag

1  
Hardly a programming question... – PhiLho Jan 1 '09 at 16:40
1  
It's a popular source code editor. – Rob Kam Jan 1 '09 at 16:43
1  
Yeah, it is tangentally related - and arguably more so than other questions I've seen. However, I can't help but think that it really belongs in the Notepad++ forum. – AnonJr Jan 1 '09 at 17:36

8 Answers

vote up 3 vote down

I havnt been able to find an svn update/commit plugin

link|flag
vote up 2 vote down

One of the few things I miss in Notepad++ is Crimson's column edit mode, that let's me select a range of lines and edit them at the same time.

link|flag
You can hold down the ALT key while you select stuff and it will use column mode to make the selection. I think there's an arrow-key shortcut as well (ALT+SHIFT+arrow key?) but I don't remember it off the top of my head). – Milner Mar 3 at 14:50
Not quite the same, Crimson does not just do block selection but what ammounts to multiline editing. E.g. you can pull the cursor accross 10 lines and edit all 10 lines at the same time. I still have crimson around just for that functionality – Harald Scheirich Mar 6 at 23:06
Column mode like Crimson and Ultraedit is implemented in Notepad++ version 5.3. – Xenu Nov 3 at 11:39
Still not the same, it will probably work in a pinch but the crimson functionality works so seamless within the editor (no popups), i have been keeping crimson around just for this – Harald Scheirich Nov 3 at 16:33
Harald, you are mistaken. The column mode of Notepad++ 5.3 is the same as in Crimson. Hold the ALT and SHIFT key down and move the cursor with the arrow keys (or ALT + left mouse button and move cursor with the mouse). – Xenu Nov 6 at 10:54
show 1 more comment
vote up 2 vote down

If you have a file like this

Line 1
  Line 2

and lines 3-10 are blank, pressing enter on line 10 will indent by two spaces, just because line 2 is indented. This often annoys me. I think it should only auto-indent, if the line you're on is already indented.

link|flag
+10! This drives me bonkers – scunliffe Oct 6 at 13:53
vote up 2 vote down

Multi-line search and replace

link|flag
vote up 1 vote down

Find/Replace able to be iterated via integration into the macro recording capability...this is the Holy Grail for me in Notepad++

link|flag
vote up 1 vote down

My most wanted plugin for Notepad++ would definitely be a multi-line "Find/Replace in files..." functionality. I love Notepad++ and think it's an awesome program. Sadly, this kind of functionality is needed. Especially if you need to replace blocks of text in multiple files. Granted you can do a search for the first line and the paste over... but that is tedious. Also, a regular expression could be used to grab multiple lines, but this doesn't always work out.

link|flag
vote up 0 vote down

I can't stand the fact that everytime I save or open a document, I start from the program directory instead of the directory I used last time.

link|flag
2  
Settings -> Preferences -> New Document Open/Save Directory (tab). Using Notepad++ v5.1.1 – Kibbee Jan 1 '09 at 16:56
vote up 0 vote down

A 64 bit version.

link|flag

Your Answer

Get an OpenID
or

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