Jump to content

LPEX: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
== Description ==
'''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 highliting 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 ===
=== VAC++ 4.0 ===
Line 10: Line 8:


== Source and References ==
== Source and References ==
See documentation included with [[VisualAge C++]] and [[VisualAge RPG]].


see [[IBM_VAC_3.0|VAC/C++ 3.0 package]] and [[IBM_VAC_4.0|VAC/C++ 4.0 package]]
==License==
 
* Discontinued commercial software
== License ==


IBM Abandonware
==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

Publisher