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

Method IsValid

scintilla/src/Selection.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 position = position + increment;
53 }
54 bool IsValid() const {
55 return position >= 0;
56 }
57};
58
59// Ordered range to make drawing simpler

Callers 9

MovePositionToMethod · 0.45
EnsureCaretVisibleMethod · 0.45
InvalidateCaretMethod · 0.45
DrawCaretsMethod · 0.45
PaintMethod · 0.45
ButtonMoveMethod · 0.45
WndProcMethod · 0.45
LexerLibraryMethod · 0.45
BreakFinderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected