views:

1586

answers:

9

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?

+2  A: 

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.

Harald Scheirich
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
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
Column mode like Crimson and Ultraedit is implemented in Notepad++ version 5.3.
Xenu
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
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
Xenu I would love to get rid of crimson, I use Notepad++ all the time (v.5.3.1) right now, the cool thing about the crimson column mode is then when you do a column select the selection acts just like a normal select would but on columns, this includes becoming a column insert cursor when you type, making column editing incredibly easy. The NP++ mode overwrites the selected text (unless I am doing something completely wrong), crimson extends the linear way of selection/editing to the columns Try it out ...
Harald Scheirich
A: 

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.

cowgod
Settings -> Preferences -> New Document Open/Save Directory (tab). Using Notepad++ v5.1.1
Kibbee
+3  A: 

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

redsquare
+4  A: 

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.

Bjarke Ebert
+10! This drives me bonkers
scunliffe
+4  A: 

Multi-line search and replace

Mr Fooz
+1  A: 

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

A: 

A 64 bit version.

Cj Anderson
+1  A: 

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.

A: 

Notepad++ doesn't allow the selecting of a User Defined Language, by default, which is frustrating if you constantly work with a custom language which is not on the language list. :-(

wonea