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

Method SubStylesStart

scintilla/src/ScintillaBase.cxx:665–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665int LexState::SubStylesStart(int styleBase) {
666 if (instance && (interfaceVersion >= lvSubStyles)) {
667 return static_cast<ILexerWithSubStyles *>(instance)->SubStylesStart(styleBase);
668 }
669 return -1;
670}
671
672int LexState::SubStylesLength(int styleBase) {
673 if (instance && (interfaceVersion >= lvSubStyles)) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected