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

Method flush

app/src/processing/app/ui/EditorConsole.java:90–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89
90 protected void flush() {
91 // only if new text has been added
92 if (consoleDoc.hasAppendage()) {
93 // insert the text that's been added in the meantime
94 consoleDoc.insertAll();
95 // always move to the end of the text as it's added
96 consoleTextPane.setCaretPosition(consoleDoc.getLength());
97 }
98 }
99
100
101 /**

Callers 9

actionPerformedMethod · 0.95
stopTimerMethod · 0.95
fileSelectedMethod · 0.45
runMethod · 0.45
downloadMethod · 0.45
writePropertiesFileMethod · 0.45
runMethod · 0.45
executeMethod · 0.45
saveMethod · 0.45

Calls 3

hasAppendageMethod · 0.80
insertAllMethod · 0.80
setCaretPositionMethod · 0.80

Tested by

no test coverage detected