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

Method showReference

app/src/processing/app/ui/Editor.java:1263–1266  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

1261
1262
1263 public void showReference(String filename) {
1264 File file = new File(mode.getReferenceFolder(), filename);
1265 showReferenceFile(file);
1266 }
1267
1268
1269 /**

Callers 2

handleFindReferenceMethod · 0.95
actionPerformedMethod · 0.80

Calls 2

showReferenceFileMethod · 0.95
getReferenceFolderMethod · 0.80

Tested by

no test coverage detected