| 173 | } |
| 174 | |
| 175 | bool Selection::IsRectangular() const { |
| 176 | return (selType == selRectangle) || (selType == selThin); |
| 177 | } |
| 178 | |
| 179 | int Selection::MainCaret() const { |
| 180 | return ranges[mainRange].caret.Position(); |
no outgoing calls
no test coverage detected