()
| 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(); |
no test coverage detected