Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ GetSubStyleBases
Method
GetSubStyleBases
scintilla/src/ScintillaBase.cxx:698–703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
const char *LexState::GetSubStyleBases() {
699
if (instance && (interfaceVersion >= lvSubStyles)) {
700
return static_cast<ILexerWithSubStyles *>(instance)->GetSubStyleBases();
701
}
702
return
""
;
703
}
704
705
#endif
706
Callers
1
WndProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected