scijava / script-editor

Script Editor and Interpreter for SciJava script languages
http://imagej.net/Script_Editor
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Add constructor parameter to specify language preference for REPL #65

Closed skalarproduktraum closed 1 year ago

skalarproduktraum commented 1 year ago

This PR adds constructor parameters to InterpreterPane and InterpreterWindow, such that a startup language can be handed over the ScriptREPL instance. This prevents the need to initialise the wrong language first, and then only the one you actually need.

ctrueden commented 1 year ago

Thanks a lot, @skalarproduktraum!