Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MovePositionTo
Method · 0.45
EnsureCaretVisible
Method · 0.45
InvalidateCaret
Method · 0.45
DrawCarets
Method · 0.45
Paint
Method · 0.45
ButtonMove
Method · 0.45
WndProc
Method · 0.45
LexerLibrary
Method · 0.45
BreakFinder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected