From: Mike Date: 2006-03-10T01:09:15+09:00 Subject: Re: text editor Karl von Laudermann wrote: > Notepad isn't a good text editor for *anything*. While it's true that > as of Windows XP they made a giant leap forward is usability by finally > adding a keyboard shortcut for File->Save, Notepad still can't perform > such complicated tasks as, say, handling files with Unix line endings. > Don't even *think* of hoping for such advanced far-future Star Trek era > Artificial Intelligence features such as syntax coloring or regex-based > search. That's why I've replaced all my links to notepad.exe with notepad2.exe (http://en.wikipedia.org/wiki/Notepad2). Basic/generic code highlighting, line numbering, regex search & replace. While Ruby isn't one of the languages it was designed for, just being able to see where the closing ), } or ] is is certainly helpful in long or complicated lines. Other than that... Small and light. -M -- Posted via http://www.ruby-forum.com/.