LPEX: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''LPEX''' ("Live Parsing Editor") comes with the VAC/C++ 3.0 and 4.0 packages and most other [[IBM]] development tools in the VisualAge family. This programmer's editor is fully configurable and programmable, with syntax highlighting and more. The "live parsing" feature means that you are warned immediately if you forget a closing "" for example for a string within a C or C++ source. | |||
'''LPEX''' ("Live Parsing Editor") comes with the VAC/C++ 3.0 and 4.0 packages. This programmer's editor is fully configurable and programmable, with syntax | |||
=== VAC++ 4.0 === | === VAC++ 4.0 === | ||
Line 10: | Line 8: | ||
== Source and References == | == Source and References == | ||
See documentation included with [[VisualAge C++]] and [[VisualAge RPG]]. | |||
==License== | |||
* Discontinued commercial software | |||
== License == | |||
IBM | ==Publisher== | ||
* [[IBM]] | |||
[[Category:Tools]] | [[Category:Tools]][[Category:Text editors]] | ||
[[Category:VisualAge Family]] |
Revision as of 09:47, 6 February 2016
LPEX ("Live Parsing Editor") comes with the VAC/C++ 3.0 and 4.0 packages and most other IBM development tools in the VisualAge family. This programmer's editor is fully configurable and programmable, with syntax highlighting and more. The "live parsing" feature means that you are warned immediately if you forget a closing "" for example for a string within a C or C++ source.
VAC++ 4.0
In VAC++ 4.0, the editor (Lpex Editor, V 4.0) is integrated into the IDE. Its command shell can be brought up by the keyboard shortcut "F9" when the editor pane is focused.
It is also possible to use the editor alone. Open the "Command Line" window in the VAC++ desktop folder, go to the "bin" directory and type "cppxlx40". This will bring up the editor window.
Source and References
See documentation included with VisualAge C++ and VisualAge RPG.
License
- Discontinued commercial software