GutterLines.isPrelit
bool isPrelit(uint line)Checks to see if line is marked as prelit. Generally, this means the mouse pointer is over the line within the gutter.
Parameters
line | a line number starting from zero |
Returns
true if the line is prelit
bool isPrelit(uint line)Checks to see if line is marked as prelit. Generally, this means the mouse pointer is over the line within the gutter.
line | a line number starting from zero |