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

Method canDo

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

Source from the content-addressed store, hash-verified

1353 }
1354
1355 public boolean canDo() {
1356 return textarea.isSelectionActive();
1357 }
1358 }
1359
1360

Callers

nothing calls this directly

Calls 1

isSelectionActiveMethod · 0.45

Tested by

no test coverage detected