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

Method DecorationSetCurrentIndicator

scintilla/src/Document.h:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 int GetStyleClock() { return styleClock; }
383 void IncrementStyleClock();
384 void SCI_METHOD DecorationSetCurrentIndicator(int indicator) {
385 decorations.SetCurrentIndicator(indicator);
386 }
387 void SCI_METHOD DecorationFillRange(int position, int value, int fillLength);
388
389 int SCI_METHOD SetLineState(int line, int state);

Callers 1

IndicatorFillMethod · 0.80

Calls 1

SetCurrentIndicatorMethod · 0.80

Tested by

no test coverage detected