MCPcopy Index your code
hub / github.com/benfry/processing4 / prepareRun

Method prepareRun

java/src/processing/mode/java/JavaEditor.java:1166–1172  ·  view source on GitHub ↗

Grab current contents of the sketch window, advance the console, stop any other running sketches, auto-save the user's code... not in that order.

()

Source from the content-addressed store, hash-verified

1164 * other running sketches, auto-save the user's code... not in that order.
1165 */
1166 @Override
1167 public void prepareRun() {
1168 autoSave();
1169 super.prepareRun();
1170 downloadImports();
1171 preprocService.cancel();
1172 }
1173
1174
1175 /**

Callers 2

handleLaunchMethod · 0.95
startDebugMethod · 0.45

Calls 3

autoSaveMethod · 0.95
downloadImportsMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected