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

Method isSelectionActive

app/src/processing/app/ui/Editor.java:1424–1426  ·  view source on GitHub ↗

True if some text is currently selected.

()

Source from the content-addressed store, hash-verified

1422 * True if some text is currently selected.
1423 */
1424 public boolean isSelectionActive() {
1425 return textarea.isSelectionActive();
1426 }
1427
1428
1429 /**

Callers 8

canDoMethod · 0.45
canDoMethod · 0.45
canDoMethod · 0.45
canDoMethod · 0.45
handleIndentOutdentMethod · 0.45
buildHelpMenuMethod · 0.45
mouseDraggedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected