Eclipse NetRexx Code
Status: Alpha
Brought to you by:
billfen
| File | Date | Author | Commit |
|---|---|---|---|
| .settings | 2013-05-16 | billfen | [r186] |
| META-INF | 2013-04-27 | billfen | [r175] |
| documents | 2013-04-27 | billfen | [r175] |
| examples | 2013-04-26 | billfen | [r172] |
| icons | 2011-09-25 | billfen | [r148] |
| jars | 2013-05-01 | billfen | [r177] |
| src | 2013-05-16 | billfen | [r186] |
| supportJars | 2013-05-16 | billfen | [r186] |
| .classpath | 2012-08-26 | billfen | [r163] |
| .project | 2011-09-02 | billfen | [r63] |
| README.txt | 2012-09-06 | billfen | [r168] |
| build.properties | 2013-05-01 | billfen | [r177] |
| contexts.xml | 2013-04-30 | billfen | [r176] |
| eclipse-cleanup.xml | 2013-04-26 | billfen | [r174] |
| eclipse-formatter.xml | 2013-04-25 | billfen | [r170] |
| epl-v10.html | 2011-09-04 | billfen | [r106] |
| jautodoc_header.txt | 2012-09-06 | billfen | [r168] |
| jautodoc_preferences.xml | 2012-09-06 | billfen | [r168] |
| plugin.xml | 2013-04-30 | billfen | [r176] |
I assume not many people will read this, but if You are, here are some points.
First, this is a work in progress, so don't mind the mess.
You will probably want to install the following two plugins:
The JFlex scanner eclipse plugin:
http://cup-lex-eclipse.sourceforge.net/update
The JavaCC eclipse plugin:
http://eclipse-javacc.sourceforge.net/
I use the subversive SVN plugin:
http://download.eclipse.org/technology/subversive/0.7/pde-update-site/
The team provider is an additional install (Under Collaboration)
I also use JAutoDoc from time to time, as well as a custom Java formatter
http://jautodoc.sourceforge.net/update/
The eclipse-formatter.xml file should be used.
If you use different formatting, you probably should make sure that you have the
default formatter on/off tags are enabled, or you may not like the way the
preference pages are formatted.
The JavaCC parser is a modified version of the 5.0 release of JavaCC. The jar
for it is included in the "supportJars" directory. I put the jflex jars in
there as well, but just in case there is a problem downloading the plugins
When working properly, the javacc banner lines in the console listing will show
that the modified version is running. If not, go to project -> properties
-> javacc options, and insure that the jar file is the target.
The modified version of JavaCC is set up as an Eclipse project and the zip file
for it is included in the "supportJars" directory as well. The file is large
(>2 M bytes). It contains the entire JavaCC source distribution, including my
modifications. If you are interested in that work, probably you should
download the original version and use your favorite diff (I like WinMerge).
I've documented it a bit on a blog at billfen.wordpress.com.
This is like a message in a bottle floating on the sea. Send email.
billfen@hvc.rr.com
-- "It takes a lot of work to make things simple."