lsatenstein
3rd November 2004, 21:39
I use the captioned editor for Baan development. I have developped a baan set of macros that is a developer's delight, and I am making it available for free.
Here is what it can do.
reformat a declaritive (put keywords into proper columns)
assure that function definitions begin in column 1.
automatically indent by 8 after an event keyword (ex, when.field.changes).
Automatically indent for all other statements (for, if, while, repeat, select, on case, etc).
keyword highlighting (bold), strings are in green, and comments in red.
Keyword matching, even with nested keywords. For example, match an if with it's endif, or an else with it's if and it's endif, for all code where there are loop type statements (including select ... endselect).
Reminder. It works only if you have the multi-edit editor. I don't make the editor available, but I would email the baan support files to those requesting a copy.
Here is what it can do.
reformat a declaritive (put keywords into proper columns)
assure that function definitions begin in column 1.
automatically indent by 8 after an event keyword (ex, when.field.changes).
Automatically indent for all other statements (for, if, while, repeat, select, on case, etc).
keyword highlighting (bold), strings are in green, and comments in red.
Keyword matching, even with nested keywords. For example, match an if with it's endif, or an else with it's if and it's endif, for all code where there are loop type statements (including select ... endselect).
Reminder. It works only if you have the multi-edit editor. I don't make the editor available, but I would email the baan support files to those requesting a copy.