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

Method getActiveEditor

app/src/processing/app/Base.java:571–573  ·  view source on GitHub ↗

Returns the front most, active editor window.

()

Source from the content-addressed store, hash-verified

569
570 /** Returns the front most, active editor window. */
571 public Editor getActiveEditor() {
572 return activeEditor;
573 }
574
575
576 /** Get the list of currently active editor windows. */

Callers 12

runMethod · 0.80
runMethod · 0.80
buildMethod · 0.80
runMethod · 0.80
copyAndLoadMethod · 0.80
countUpdatesMethod · 0.80
isCompatibleMethod · 0.80
makeAndShowTabMethod · 0.80
setVisibleMethod · 0.80
runMethod · 0.80
autoSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected