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

Method IncrementStyleClock

scintilla/src/Document.cxx:1839–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837}
1838
1839void Document::IncrementStyleClock() {
1840 styleClock = (styleClock + 1) % 0x100000;
1841}
1842
1843void SCI_METHOD Document::DecorationFillRange(int position, int value, int fillLength) {
1844 if (decorations.FillRange(position, value, fillLength)) {

Callers 1

NotifyModifiedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected