Thursday, August 31, 2006
Awesome cross platform editor
I have never been happy with the text editors on either Linux or Windows. I have at various times used vi, nano, Notepad2, EditPad, Crimson Editor, NoteTab, Vim (blah). They all had something that I disliked but I have finally found the perfect text editor - SciTE.
I really like SciTE because:
I really like SciTE because:
- it supports syntax highlighting for most programming/scripting languages including Ruby,
- its multi-tabbed,
- its cross platform,
- has Regex search and replace, and
- it understands backslash expresssions in search and replace (i.e. \n -> \t)