SchemeScript icon indicating copy to clipboard operation
SchemeScript copied to clipboard

Scheme Editor plugin for Eclipse

Results 8 SchemeScript issues
Sort by recently updated
recently updated
newest added

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....

Bug

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).

Enhancement

Add a description of how someone can use the existing debugging functionality in schemescript

Documentation

Most of the guides are in html. It would be better to turn it into markdown for easier updates later. #minor

Documentation

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

Documentation

Check the examples in the UserGuide inside the wiki and see what works and what not.

Documentation

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.

Engineering

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

Engineering