Check whether a LineID is on the current tab. @param line the LineID @return true, if the LineID is on the current tab.
(LineID line)
| 1581 | * @return true, if the {@link LineID} is on the current tab. |
| 1582 | */ |
| 1583 | public boolean isInCurrentTab(LineID line) { |
| 1584 | return line.fileName().equals(getSketch().getCurrentCode().getFileName()); |
| 1585 | } |
| 1586 | |
| 1587 | |
| 1588 | /** |
no test coverage detected