MCPcopy Index your code
hub / github.com/benfry/processing4 / setEditor

Method setEditor

app/src/processing/app/ui/EditorConsole.java:202–207  ·  view source on GitHub ↗
(Editor editor)

Source from the content-addressed store, hash-verified

200
201
202 static public void setEditor(Editor editor) {
203 if (current != null) {
204 current.stopTimer(); // allow to be garbage collected
205 }
206 editor.console.setCurrent();
207 }
208
209
210 void setCurrent() {

Callers 1

handleActivatedMethod · 0.95

Calls 2

stopTimerMethod · 0.80
setCurrentMethod · 0.80

Tested by

no test coverage detected