SoarEditor¶
The SoarEditor is an Eclipse plugin that allows you to use the powerful Eclipse IDE for writing Soar agents. It provides syntax coloring, auto-indenting, data map construction and generation, attribute/value completion (using the data map) and agent file structure management.
Download Links¶
The SoarEditor is downloadable via Eclipse itself.
- Install the latest version of Eclipse.
- In Eclipse, go to Help > Install New Software...
- Click on the Add... button to add a new update site.
- Under Name, enter whatever you like, something like "Soar Editor".
- Under Location, enter https://raw.github.com/mtinkerhess/Soar-Editor/master/Site/site.xml
- Click OK, and wait for a minute for Eclipse to download information about the plugin.
- Check the box next to "Uncategorized", and click Next.
- Click Next again.
- Select "I accept the terms of the licence agreement" and click Finish.
- When prompted, click OK to allow Eclipse to install unsigned content.
- Click Restart Now to finish installing the plugin.
Documentation¶
While there isn't much documentation yet, you can find a page on the basics here.
Developers¶
Miller Tinkerhess, Soar Technology (it used code from the SoarIDE).
Language¶
Java