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

Method clear

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

Source from the content-addressed store, hash-verified

282
283
284 public void clear() {
285 try {
286 consoleDoc.remove(0, consoleDoc.getLength());
287 } catch (BadLocationException e) {
288 // ignore the error otherwise this will cause an infinite loop
289 // maybe not a good idea in the long run?
290 }
291 }
292
293
294 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 7

removeModeMethod · 0.45
loadAvailableListMethod · 0.45
removeAllKeyBindingsMethod · 0.45
clearGutterTextMethod · 0.45
startCompoundEditMethod · 0.45
prepareRunMethod · 0.45
insertAllMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected