in reply to Perl IDE
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.
|
|---|