Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setCurrent
Method
setCurrent
app/src/processing/app/ui/EditorConsole.java:210–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
209
210
void
setCurrent() {
211
current = this;
//editor.console;
212
startTimer();
213
Console.setEditor(sketchOut, sketchErr);
214
}
215
216
217
/**
Callers
1
setEditor
Method · 0.80
Calls
2
startTimer
Method · 0.95
setEditor
Method · 0.95
Tested by
no test coverage detected