Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
append
Method · 0.95
unset
Method · 0.45
removeToolbarRecentMenu
Method · 0.45
removeImportMenu
Method · 0.45
rebuildContribModes
Method · 0.45
handleClose
Method · 0.45
contributionRemoved
Method · 0.45
contributionChanged
Method · 0.45
parseModeList
Method · 0.45
clearClassLoader
Method · 0.45
restoreSketches
Method · 0.45
replaceContribution
Method · 0.45
Calls
3
findRecord
Method · 0.95
getMainPath
Method · 0.80
getSketch
Method · 0.80
Tested by
no test coverage detected