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

Method flush

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

Source from the content-addressed store, hash-verified

87
88
89 protected void flush() {
90 // only if new text has been added
91 if (consoleDoc.insertQueued()) {
92 // always move to the end of the text as it's added
93 consoleTextPane.setCaretPosition(consoleDoc.getLength());
94 }
95 }
96
97
98 /**

Callers 9

startTimerMethod · 0.95
stopTimerMethod · 0.95
fileSelectedMethod · 0.45
runMethod · 0.45
downloadMethod · 0.45
rewritePropertiesFileMethod · 0.45
runMethod · 0.45
executeMethod · 0.45
saveMethod · 0.45

Calls 2

insertQueuedMethod · 0.80
setCaretPositionMethod · 0.80

Tested by

no test coverage detected