MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsRectangular

Method IsRectangular

scintilla/src/Selection.cxx:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

SetRectangularRangeMethod · 0.80
ThinRectangularRangeMethod · 0.80
InvalidateSelectionMethod · 0.80
SetSelectionMethod · 0.80
MovePositionToMethod · 0.80
VerticalCentreCaretMethod · 0.80
ClearSelectionMethod · 0.80
DelCharBackMethod · 0.80
DuplicateMethod · 0.80
CursorUpOrDownMethod · 0.80
CopySelectionRangeMethod · 0.80
ButtonDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected