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

Method canDo

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

Source from the content-addressed store, hash-verified

1337 }
1338
1339 public boolean canDo() {
1340 return textarea.isSelectionActive();
1341 }
1342 }
1343
1344

Callers

nothing calls this directly

Calls 1

isSelectionActiveMethod · 0.45

Tested by

no test coverage detected