SchemeScript
SchemeScript copied to clipboard
Scheme Editor plugin for Eclipse
To reproduce: 1. Find a file in the Navigator that is not content-associated with the Scheme editor. 1. Right-click it and choose `Open With...`. 1. Select the Scheme editor. 1....
The embedded Kawa version (1.8, I think) is out of date. The fix might be as simple as swapping the .jar for the [current 2.1 version](https://www.gnu.org/software/kawa/Getting-Kawa.html).
Add a description of how someone can use the existing debugging functionality in schemescript
Most of the guides are in html. It would be better to turn it into markdown for easier updates later. #minor
The Eclipse screenshots that show an example of the function that is described are a little old and ugly. Update to newest eclipse's graphics. #minor
Check the examples in the UserGuide inside the wiki and see what works and what not.
Integration of a style checker to enforce common style across all Java source code. The settings should reflect the current style of the source code.
More tests (https://github.com/schemeway/SchemeScript/tree/master/plugin/tests) More sophistication (travis-ci ?) https://github.com/pmd/pmd-eclipse-plugin Since they can, we can too Gotta study for this tho, I think a lot