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

Method SubStylesLength

scintilla/src/ScintillaBase.cxx:672–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672int LexState::SubStylesLength(int styleBase) {
673 if (instance && (interfaceVersion >= lvSubStyles)) {
674 return static_cast<ILexerWithSubStyles *>(instance)->SubStylesLength(styleBase);
675 }
676 return 0;
677}
678
679void LexState::FreeSubStyles() {
680 if (instance && (interfaceVersion >= lvSubStyles)) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected