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

Method beginCompoundEdit

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

Source from the content-addressed store, hash-verified

1540 if (document == null) { // this document not yet inited
1541 document = new SyntaxDocument() {
1542 @Override
1543 public void beginCompoundEdit() {
1544 if (compoundEdit == null)
1545 startCompoundEdit();
1546 super.beginCompoundEdit();
1547 }
1548
1549 @Override
1550 public void endCompoundEdit() {

Callers

nothing calls this directly

Calls 1

startCompoundEditMethod · 0.95

Tested by

no test coverage detected