MCPcopy
hub / github.com/arduino/Arduino / removeAllLineHighlights

Method removeAllLineHighlights

app/src/processing/app/Editor.java:1655–1658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1653 }
1654
1655 public void removeAllLineHighlights() {
1656 for (EditorTab tab : tabs)
1657 tab.getTextArea().removeAllLineHighlights();
1658 }
1659
1660 public void addLineHighlight(int line) throws BadLocationException {
1661 SketchTextArea textArea = getCurrentTab().getTextArea();

Callers 4

handleSaveMethod · 0.95
setTextMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

getTextAreaMethod · 0.80

Tested by

no test coverage detected