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

Method getActiveEditor

app/src/processing/app/Base.java:625–627  ·  view source on GitHub ↗

Returns the front most, active editor window.

()

Source from the content-addressed store, hash-verified

623
624 /** Returns the front most, active editor window. */
625 public Editor getActiveEditor() {
626 return activeEditor;
627 }
628
629
630 /** Get the list of currently active editor windows. */

Callers 12

openContribBundleMethod · 0.95
runMethod · 0.80
runMethod · 0.80
buildMethod · 0.80
mousePressedMethod · 0.80
runMethod · 0.80
copyAndLoadMethod · 0.80
isModeCompatibleMethod · 0.80
setVisibleMethod · 0.80
setVisibleMethod · 0.80
autoSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected