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

Method GetEndStyled

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

Source from the content-addressed store, hash-verified

377 bool SCI_METHOD SetStyleFor(int length, char style);
378 bool SCI_METHOD SetStyles(int length, const char *styles);
379 int GetEndStyled() { return endStyled; }
380 void EnsureStyledTo(int pos);
381 void LexerChanged();
382 int GetStyleClock() { return styleClock; }

Callers 2

NotifyStyleToNeededMethod · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected