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

Method canDo

app/src/processing/app/ui/Editor.java:1077–1079  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1075 }
1076
1077 public boolean canDo() {
1078 return textarea.isSelectionActive();
1079 }
1080 }
1081
1082

Callers

nothing calls this directly

Calls 1

isSelectionActiveMethod · 0.45

Tested by

no test coverage detected