Currently the SriptEditor/EditorPane are fixed towards the "run the whole script" paradigm.
It would be awesome to have EditorPane detection be plugin-based based on script language handling - e.g. open a Java script and get the classic "run" = compile and run the whole script editor, open a clojure script and get an interpreter.
This could also help us decouple script language support from the Swing-specific code.
Currently the SriptEditor/EditorPane are fixed towards the "run the whole script" paradigm.
It would be awesome to have EditorPane detection be plugin-based based on script language handling - e.g. open a Java script and get the classic "run" = compile and run the whole script editor, open a clojure script and get an interpreter.
This could also help us decouple script language support from the Swing-specific code.