An Eclipse Update site that offers an IDE for the Odin scripting language (demo project):
INSTALLATION:
- Install Eclipse, preferable 4.2 Classic edition
- Help -> Install new software
- Add update site, location: http://maartje.github.io/OdinEditor, name: Odin
- You have to restart Eclipse and modify the eclipse.ini (add/change options -Xss8m, -server, -Xms256m, -Xmx1024m (Ignore ‘annoying’ warning about –server option missing).
GETTING STARTED:
- Follow the installation instructions above
- Start a (mini)Odin project using the wizard: File -> New Project -> Nipo Software -> Odin Project
- OdinDemo/odindemo.q shows an example questionnaire. The questionnaire has syntactic and semantic editor services
- OdinDemo/out/index.html renders this questionnaire in the browser. The rendered questionnaire has validation and navigation