Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getSketchbookFile
Method
getSketchbookFile
app/src/processing/app/ui/Theme.java:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
137
138
static
public
File getSketchbookFile() {
139
return
new
File(Base.getSketchbookFolder(),
"theme.txt"
);
140
}
141
142
143
/**
Callers
6
run
Method · 0.95
updateTheme
Method · 0.95
init
Method · 0.95
loadSketchbookFile
Method · 0.95
save
Method · 0.95
archiveCurrent
Method · 0.95
Calls
1
getSketchbookFolder
Method · 0.95
Tested by
no test coverage detected