GutterLines.isSelected
bool isSelected(uint line)Checks to see if the view had a selection and if that selection overlaps line in some way.
Parameters
line | a line number starting from zero |
Returns
true if the line contains a selection
bool isSelected(uint line)Checks to see if the view had a selection and if that selection overlaps line in some way.
line | a line number starting from zero |