Skip to content

Commit

Permalink
adding a looping function to the demo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Oct 26, 2015
1 parent 5a7efd3 commit e561707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ public static void main(String[] args) throws Exception {
System.exit(0);
});


reader.getHistory().addToHistory("println SDKBuildInfo.getVersion()");
reader.getHistory().addToHistory("for(int i=0;i<1000000;i++) { println dyio.getValue(0) }");
reader.getHistory().addToHistory("dyio.setValue(0,128)");
reader.getHistory().addToHistory("println dyio.getValue(0)");
reader.getHistory().addToHistory("ScriptingEngine.inlineGistScriptRun(\"d4312a0787456ec27a2a\", \"helloWorld.groovy\" , null)");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ public class ScriptingEngine {// this subclasses boarder pane for the widgets sa
"com.neuronrobotics.sdk.common",
"com.neuronrobotics.sdk.ui",
"com.neuronrobotics.sdk.util",
"com.neuronrobotics.sdk.serial",
"javafx.scene.control",
"com.neuronrobotics.bowlerstudio.scripting",
"com.neuronrobotics.sdk.config",
"com.neuronrobotics.bowlerstudio",
"com.neuronrobotics.imageprovider",
"com.neuronrobotics.bowlerstudio.tabs",
Expand Down

0 comments on commit e561707

Please sign in to comment.