Skip to content
Snippets Groups Projects
Commit fc7c1c27 authored by Anian Bühler's avatar Anian Bühler
Browse files

added "Set IDE to Front on Upload" (untested with multiple IDEs)

parent 35356183
No related branches found
No related tags found
1 merge request!1dev_prefereences to master
......@@ -93,6 +93,7 @@ public class ArduBlockTool implements Tool, OpenblocksFrameListener
}
if(upload) { //added by letsgoING
ArduBlockTool.editor.handleExport(false);
ArduBlockTool.editor.toFront();
}
}
......
......@@ -58,7 +58,7 @@ public class SubroutineBlock extends TranslatorBlock
}
SimCodeFunction func =new SimCodeFunction(funcName,vec);
System.out.println("Add new Function");
//System.out.println("Add new Function");
sim.addFunctionsCode(func);
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment