grmartin / stab-language

Automatically exported from code.google.com/p/stab-language
Apache License 2.0
0 stars 0 forks source link

How to use eclipse plugin ? #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
How to use eclipse plugin ?

Original issue reported on code.google.com by ice.ta...@gmail.com on 19 Nov 2010 at 10:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It is not usable yet but if you want to give it a try:
- checkout the SVN repository,
- in the root folder type: java -jar bin\build.jar
- drop eclipse\stab.tools.eclipse_1.0.0.XXXXX.jar in the plugins folder of an 
Eclipse installation,
- in Eclipse create a untyped project (File -> New... -> Project... -> General 
-> Project)
- right click on the project -> Add Stab language support
- add a new file with the extension .stab to the project, support for 
incremental build (problem list) and syntax highlighting should be available,
- 'Project -> Properties -> Stab Build Settings' provides a way to change the 
jars used during the build.

Original comment by stab.hac...@gmail.com on 23 Nov 2010 at 4:01