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

Method handleOpen

app/src/processing/app/Base.java:1302–1304  ·  view source on GitHub ↗

Open a sketch from the path specified. Do not use for untitled sketches.

(String path)

Source from the content-addressed store, hash-verified

1300 * Open a sketch from the path specified. Do not use for untitled sketches.
1301 */
1302 public Editor handleOpen(String path) {
1303 return handleOpen(path, false);
1304 }
1305
1306
1307 /**

Callers 12

BaseMethod · 0.95
changeModeMethod · 0.95
handleNewMethod · 0.95
handleOpenPromptMethod · 0.95
actionPerformedMethod · 0.95
runMethod · 0.80
openFilesMethod · 0.80
mouseClickedMethod · 0.80
keyTypedMethod · 0.80
mouseClickedMethod · 0.80
keyTypedMethod · 0.80
actionPerformedMethod · 0.80

Calls 15

getSketchMethod · 0.95
appendMethod · 0.95
isSanitaryNameMethod · 0.95
showWarningMethod · 0.95
selectModeMethod · 0.95
setUpdatesAvailableMethod · 0.95
getDefaultModeMethod · 0.95
showTraceMethod · 0.95
showErrorMethod · 0.95
handleNewMethod · 0.95
getCodeMethod · 0.80
getFileMethod · 0.80

Tested by

no test coverage detected