Skip to content

Releases: RappelBerryPi/RexxEditor

RexxEditor 0.3.1

09 Jun 12:19
Compare
Choose a tag to compare

This release back ports the java runtime to java 8 so that the editor can run in the context of the z/OS explorer product from IBM.
This release also removes some dependencies to jars and other classes that are not a part of the z/OS explorer.

RexxEditor 0.2.0

05 May 14:44
Compare
Choose a tag to compare

This release fixes a bug when inserting a quotation mark in a inserted function.
This also fixes some syntax highlighting related to function calls and to string interpolation
for example, the below example will correctly syntax highlight now:

X = "HELLO"
Y = "WORLD"

SAY X" "Y

additionally, any parameters in a function call with parenthesis will now be correctly syntax highlighted rather than appearing as a gray color.

RexxEditor 0.1.0

04 May 13:02
Compare
Choose a tag to compare

This Release includes the Content Assist functions mentioned in the previous release. All of the possible REXX functions are not currently available as they have not been added. It is a goal to eventually add all internal REXX functions and to offer an interface to be able to add additional function definitions.

Please note that this version appears as a previous release. so you will have to uninstall the 0.0.1 version. This should no longer be an issue with future releases.

To uninstall the 0.0.1 release go to "Help" > "About Eclipse IDE" > "Installation Details" > "Installed Software" > find the "RexxFeaturePlugin" installed as version "1.0.0.202005032144" and click "Uninstall..." then follow the dialog boxes to finish uninstalling.

RexxEditor 0.0.1

04 May 02:50
Compare
Choose a tag to compare

This is the initial release of the RexxEditor.
To install into eclipse,

Download the zip.
Go to Help > Install New Software.
Add a repository pointing to the zip download location
and install the software "RexxFeaturePlugin" 1.0.0.202005032144

There is no liscense currently and nothing is signed so you will see a couple warnings.