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

Method remove

app/src/processing/app/ui/Recent.java:225–230  ·  view source on GitHub ↗
(Editor editor)

Source from the content-addressed store, hash-verified

223
224
225 synchronized static public void remove(Editor editor) {
226 int index = findRecord(editor.getSketch().getMainPath());
227 if (index != -1) {
228 records.remove(index);
229 }
230 }
231
232
233 /**

Callers 15

appendMethod · 0.95
unsetMethod · 0.45
removeImportMenuMethod · 0.45
rebuildContribModesMethod · 0.45
handleCloseMethod · 0.45
contributionRemovedMethod · 0.45
contributionChangedMethod · 0.45
parseModeListMethod · 0.45
clearClassLoaderMethod · 0.45
restoreSketchesMethod · 0.45
replaceContributionMethod · 0.45

Calls 3

findRecordMethod · 0.95
getMainPathMethod · 0.80
getSketchMethod · 0.80

Tested by

no test coverage detected