MCPcopy Index your code
hub / github.com/processing/processing / prepareRun

Method prepareRun

java/src/processing/mode/java/JavaEditor.java:1767–1773  ·  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

1765 * other running sketches, auto-save the user's code... not in that order.
1766 */
1767 @Override
1768 public void prepareRun() {
1769 autoSave();
1770 super.prepareRun();
1771 downloadImports();
1772 preprocessingService.cancel();
1773 }
1774
1775
1776 /**

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