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

Method handleOpenUntitled

app/src/processing/app/Base.java:1600–1602  ·  view source on GitHub ↗

Open the sketch associated with this .pde file in a new window as an "Untitled" sketch. @param path Path to the pde file for the sketch in question @return the Editor object, so that properties (like 'untitled') can be set by the caller

(String path)

Source from the content-addressed store, hash-verified

1598 * can be set by the caller
1599 */
1600 protected Editor handleOpenUntitled(String path) {
1601 return handleOpenInternal(path, true);
1602 }
1603
1604
1605 /**

Callers 2

handleNewMethod · 0.95
openSketchBundleMethod · 0.95

Calls 1

handleOpenInternalMethod · 0.95

Tested by

no test coverage detected