NetRexx scripting for jEdit update

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

NetRexx scripting for jEdit update

Kermit Kiser
The NetRexxScript plugin for jEdit is now available from "Plugin
Central" at the jEdit web site. That means that it can now be installed
directly using the Plugin Manager facility of jEdit. To install via
Plugin Manager, select Plugins=>Plugin Manager=>Install tab, check the
box for NetRexxScript and click the Install button. After install select
Macros=>Rescan Macros to make the provided NetRexx sample macros visible
in the Macros list.

The released version is 0.1.3 which is mainly a repackaging and bug fix
update. The only significant feature enhancement is a history list for
the console command line which allows you to select or scroll through
previous entries. For more detailed information, please check the
NetRexxScript help document on my scripting page:

http://kermitkiser.com/NetRexx/Script

Many thanks to George Hovey who helped with the beta testing and found
most of the bugs! Also thanks to Eric Berry of the jEdit development
team who helped me work through the release packaging and setup struggles.

-- Kermit

Here are the main features of NetRexxScript:

    * 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20091204/82e8c8b2/attachment.html