Keith Devens .com |
Tuesday, December 2, 2008 | ![]() |
| A language that doesn't affect the way you think about programming, is not worth knowing. – Alan Perlis | ||
|
| ← "A Kerry presidency would've been an unmitigated disaster" | Blogiverse → |

Ben Karel (http://eschew.org/) wrote:
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):
Generated in about 0.594s.
(Used 8 db queries)

jEdit represent
BufferTabs, SideKick + XML, Navigator, and Project Viewer plugins are my can't-live-withouts... plus the File System Browser. (currently editing mostly JavaScript + XUL / XHTML).
I still can't figure out why people would still be willing to pay for a "lightweight" text editor (BBEdit, TextMate, I'm looking at you...) when jEdit+plugins is available, free, for any Java-supported platform. Now buying something like IntelliJ IDEA I can accept, though Eclipse is getting better and better...
I wish more languages were supported as SideKick plugins (currently just XML). I've looked at what's required to get a plugin that will, say, provide a list of autocompletion results for a new language, and it's pretty daunting -- you basically need, at a minimum, to embed a complete parser for the language.