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

Method isSelectionActive

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

True if some text is currently selected.

()

Source from the content-addressed store, hash-verified

1684 * True if some text is currently selected.
1685 */
1686 public boolean isSelectionActive() {
1687 return textarea.isSelectionActive();
1688 }
1689
1690
1691 /**

Callers 8

canDoMethod · 0.45
canDoMethod · 0.45
canDoMethod · 0.45
canDoMethod · 0.45
handleIndentOutdentMethod · 0.45
actionPerformedMethod · 0.45
mouseDraggedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected