Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetCurrentValue
Method
SetCurrentValue
scintilla/src/Decoration.cxx:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void DecorationList::SetCurrentValue(int value) {
113
currentValue = value ? value : 1;
114
}
115
116
bool DecorationList::FillRange(int &position, int value, int &fillLength) {
117
if (!current) {
Callers
1
WndProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected