MCPcopy 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
112void DecorationList::SetCurrentValue(int value) {
113 currentValue = value ? value : 1;
114}
115
116bool DecorationList::FillRange(int &position, int value, int &fillLength) {
117 if (!current) {

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected