Talk:LPEX: Difference between revisions
Appearance
No edit summary |
(No difference)
|
Revision as of 10:30, 22 February 2005
The main reason why I am using this editor all the time is it's "folding" feature: I can reduce the source code to only the function headings, or to only showing the lines containing "myvar", or to display only the structure of the code, etc. Like all programmer's editors it can be extended easily, so I added my own "build" command: Now I can "build" my projects directly from the editor, automatically open a second editor window for all compiler, linker etc. output, and from there jump back to any bugs that are reported. this editor, together with GNU Make, replaces the VAC/C++ workframe for me.