Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setUntitled
Method
setUntitled
app/src/processing/app/Sketch.java:1715–1719 ·
view source on GitHub ↗
(boolean untitled)
Source
from the content-addressed store, hash-verified
1713
1714
1715
public
void
setUntitled(boolean untitled) {
1716
// editor.untitled = u;
1717
this.untitled = untitled;
1718
editor.updateTitle();
1719
}
1720
1721
1722
public
boolean isUntitled() {
Callers
2
saveAs
Method · 0.95
handleOpen
Method · 0.80
Calls
1
updateTitle
Method · 0.80
Tested by
no test coverage detected