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

Method insertUpdate

app/src/processing/app/ui/Editor.java:1840–1848  ·  view source on GitHub ↗
(DocumentEvent e)

Source from the content-addressed store, hash-verified

1838 }
1839
1840 public void insertUpdate(DocumentEvent e) {
1841 if (!isInserting && !textarea.isOverwriteEnabled() && isDirectEdit()) {
1842 endTextEditHistory();
1843 }
1844
1845 if (!textarea.isOverwriteEnabled()) {
1846 isInserting = true;
1847 }
1848 }
1849
1850 public void changedUpdate(DocumentEvent e) {
1851 endTextEditHistory();

Callers

nothing calls this directly

Calls 3

isDirectEditMethod · 0.95
endTextEditHistoryMethod · 0.95
isOverwriteEnabledMethod · 0.80

Tested by

no test coverage detected