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

Method clear

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

Source from the content-addressed store, hash-verified

257
258
259 public void clear() {
260 try {
261 consoleDoc.remove(0, consoleDoc.getLength());
262 } catch (BadLocationException e) {
263 // ignore the error otherwise this will cause an infinite loop
264 // maybe not a good idea in the long run?
265 }
266 }
267
268
269 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 8

updateAppearanceMethod · 0.95
setAdvertisedListMethod · 0.45
removeAllKeyBindingsMethod · 0.45
clearGutterTextMethod · 0.45
menuDeselectedMethod · 0.45
startCompoundEditMethod · 0.45
prepareRunMethod · 0.45
insertAllMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected