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

Method FreeSubStyles

scintilla/src/ScintillaBase.cxx:679–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679void LexState::FreeSubStyles() {
680 if (instance && (interfaceVersion >= lvSubStyles)) {
681 static_cast<ILexerWithSubStyles *>(instance)->FreeSubStyles();
682 }
683}
684
685void LexState::SetIdentifiers(int style, const char *identifiers) {
686 if (instance && (interfaceVersion >= lvSubStyles)) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected