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

Method handleOpenExample

app/src/processing/app/Base.java:1587–1590  ·  view source on GitHub ↗

Open a (vetted) sketch location using a particular Mode. Used by the Examples window, because Modes like Python and Android do not have "sketch.properties" files in each example folder.

(String path, Mode mode)

Source from the content-addressed store, hash-verified

1585 * "sketch.properties" files in each example folder.
1586 */
1587 public Editor handleOpenExample(String path, Mode mode) {
1588 nextMode = mode;
1589 return handleOpenInternal(path, true);
1590 }
1591
1592
1593 /**

Callers 2

mouseClickedMethod · 0.80
keyTypedMethod · 0.80

Calls 1

handleOpenInternalMethod · 0.95

Tested by

no test coverage detected