Yay, another "my favorite editor" thread.-Tuxman
No forum is complete without one...
GNU nano, anyone?
(For edits aside coding stuff, like config files.)
I LOVE nano. It's my go-to terminal text editor (previously stuck on Midnight Commander's built-in editor).
For Windows, I'll vote for either Notepad2 or Editor
2 which comes bundled with
Xplorer2. The version bundled with Xplorer
2 Lite is not unicode-capable, but the one in Xplorer
2 Pro is. If you're so inclined, you can download the Pro trial and copy out the Editor
2 executable. AFAIK, it doesn't need to be registered. For some reason, I feel that's cheating, but to each his own...
So... what makes it special? (from the editor2.txt file):
So what else is in it for the standalone user?
* MULTITHREADED SDI. This technicality means that multiple instances of the editor can be open at the same time with minimum impact on your system resources. You can open new windows or clone the same file in multiple windows. By default Editor2 runs in a single instance mode too, unless the new /P command line option is specified (see below).
* SEARCH AND REPLACE WITH BINARY CHARACTERS. The search and replace dialogs can now accept "binary" characters like tabs and linefeeds. You either select them from those predefined or type them in yourself in the format $xx, where xx is the hexadecimal byte number you want inserted (e.g. return = $0D). If you want a single $ just escape it with $$.
* NEW COMMAND LINE ARGUMENTS. /L:nn will load a document and jump directly to line # nn. /P forces a separate process by default Editor2 runs in single instance mode. You don't really have any incentive to force non-single instance since the memory usage gets worse with each new window. But it is there nevertheless. So the overall command line is (all arguments optional):
Editor2 /S:<name> /V /E /L:nn /P <filename>
* DUAL BOOKMARK. The single bookmark with <Ctrl+F8> was good but not good enough for jumping between 2 spots. Now the store bookmark command will remember the 2 latest bookmarked positions and <F8> will cycle among them. Very neat. <Shift+F8> will extend the selection.
* FIND ALL. The find dialog has an option to find all occurences of the searched string. These are hilighted in one stroke for all the text. There's a command to cancel the hilighting too.
* CHARACTER CASE CHANGE. Changes the selection to uppercase or lowercase, see Edit menu.
* EXTERNAL VIEWER. This is configurable from the options dialog. Hitting <F12> saves the document and opens it in the specified external viewer (e.g. for previewing the HTML you are typing). Note that in general you need the full path to the external viewer and if it contains spaces you should enclose it in "quotation marks".
You will have noticed that all these new features and some others (escapable I/O, autocompleting combo boxes and other subtle usability improvements) have increased the pork in Editor2 whose size leapt to just under the 100KB barrier. But it's pounds well spent, I say! Enjoy!