NetRexx Script features
Highlights:
- Efficient execution of NetRexx scripts and macros in jEdit
- Optional caching of parsed scripts to improve performance
- Option
to "preparse" all available scripts as a unit for performance (aka
"greased lightning mode") and cross-script access support
- Option to suppress or allow trace output
- Options to execute a currently open NetRexx file including unsaved changes
- Optional dockable console window with command line to run scripts with parms and view say output or respond to ask input
- View say output with or without trace from the console window to aid debugging
- Option to "prefix" scripts automatically adds access to jEdit functions and variables
- Script
parse errors are automatically highlighted in script source files
and listed in the "Error List" as well as displayed in a console window
- User defined "classpath" option for making classes available to NetRexx scripts
- User defined "scriptpath" option for access to scripts outside of jEdit macro libraries
- Support for executing compiled NetRexx scripts or any "main" type Java class file as a macro or console command
- Includes an updated version of the "NetRexx at Once" cross reference guide to Java and NetRexx