MCPcopy Index your code
hub / github.com/processing/processing / setEditor

Method setEditor

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

Source from the content-addressed store, hash-verified

208
209
210 static public void setEditor(Editor editor) {
211 if (current != null) {
212 current.stopTimer(); // allow to be garbage collected
213 }
214 editor.console.setCurrent();
215 }
216
217
218 void setCurrent() {

Callers 1

handleActivatedMethod · 0.95

Calls 2

stopTimerMethod · 0.80
setCurrentMethod · 0.80

Tested by

no test coverage detected