|
When I moved development from Linux to Windows, I found SciTE to be the closest match to my favorite editor on Linux, VIM, in terms of power and flexibility. It has a lean GUI (you can say no GUI), leaving the developer to just focus on the development. I have since moved to something lighter (Notepad2) since I do a lot less development these days. Notepad2 actually uses the same open source edit control as SciTE (Scintilla), so there's even a way to enable folding in it if that's your cup of tea.
|