LPEX: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''LPEX''' ( | '''LPEX''' (''Live Parsing Extensible Editor'') comes with the VisualAge 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. | ||
== | == Features == | ||
* Language parsing uses automatic indenting, colour and text effects | |||
* Locations marking facilities | |||
* Multiple editing views and windows | |||
* Editor programming language | |||
* Alternate editor personalities (SEU, XEDIT, ISPF) | |||
== Versions == | |||
* 1998: Version 4 Release 0 | |||
It is also possible to use the editor alone. Open the "Command Line" window in the | === IBM VisualAge C++ 4.0 === | ||
[[VisualAge C++ 4.0]] integrated the editor (LPEX V 4.0) 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 VisualAge C++ desktop folder, go to the "bin" directory and type "cppxlx40". This will bring up the editor window. | |||
== Source and References == | == Source and References == | ||
Line 11: | Line 20: | ||
==License== | ==License== | ||
* | * Commercial software | ||
==Publisher== | ==Publisher== | ||
* [[IBM]] | * [[IBM]] | ||
==Publications== | |||
* SC09-2795-00: ''LPEX Editor User's Guide'' - IBM 1998 | |||
[[Category:Tools]][[Category:Text editors]] | [[Category:Tools]][[Category:Text editors]] | ||
[[Category:VisualAge Family]] | [[Category:VisualAge Family]] |
Revision as of 18:58, 20 February 2016
LPEX (Live Parsing Extensible Editor) comes with the VisualAge 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.
Features
- Language parsing uses automatic indenting, colour and text effects
- Locations marking facilities
- Multiple editing views and windows
- Editor programming language
- Alternate editor personalities (SEU, XEDIT, ISPF)
Versions
- 1998: Version 4 Release 0
IBM VisualAge C++ 4.0
VisualAge C++ 4.0 integrated the editor (LPEX V 4.0) 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 VisualAge C++ 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 for RPG.
License
- Commercial software
Publisher
Publications
- SC09-2795-00: LPEX Editor User's Guide - IBM 1998