SML-Mode PlugIn Prototype for jEdit
Well this is just, well ... code doodling. This thing opens a dockable window and allows you to use a sml interpreter with it.
To use it, you have to adapt the
- init() method in SMLHandler.java to reference the path of your sml compiler executable
- build file (change the copy cmd target to your jEdit plugin directory).
After that you have to build the jar, restart jEdit and see what's going on.
This code is only a prototype. If you want something added or
done, look at the source code and do it yourself. jEdits
scripting engine & plugin interface are easy to use, so that
shouldn't be the problem.
I might add something myself, but I am not sure about it, since I
guess I won't need SML anymore as I have finished that
course.
Maybe send me your coments: murphy@netway.at
