MCPcopy 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

setEditorMethod · 0.80

Calls 2

startTimerMethod · 0.95
setEditorMethod · 0.95

Tested by

no test coverage detected