in reply to Perl IDE

I use plain-jane vi on Unix and gvim on Windows. (When I was on the Mac, I used BBEdit.) Frankly, I vastly prefer plane-jain vi. I detest colorization and pre-emptive tabbing. (Of course, this could be because I was forced to use vi for years and am crufty and crochety.)

As for IDE features ... I use three things:

map q :e #[Ctrl]-V[Enter] map v :!perl -wc %[Ctrl]-V[Enter] map V :!perl %[Ctrl]-V[Enter]

That's it. For the rest, I use vi's own editing features. All I need is two buffers, compile, and execute. 90% of the time, I don't ever use the shell. (This is another reason I don't like gvim.)

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.