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

Method caretUpdate

app/src/processing/app/ui/Editor.java:280–282  ·  view source on GitHub ↗
(CaretEvent e)

Source from the content-addressed store, hash-verified

278 }
279 textarea.addCaretListener(new CaretListener() {
280 public void caretUpdate(CaretEvent e) {
281 updateEditorStatus();
282 }
283 });
284
285 footer = createFooter();

Callers 1

fireCaretEventMethod · 0.80

Calls 6

updateEditorStatusMethod · 0.95
isDirectEditMethod · 0.95
endTextEditHistoryMethod · 0.95
isOverwriteEnabledMethod · 0.80
getTextMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected