Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ DescribeWordListSets
Method
DescribeWordListSets
scintilla/src/ScintillaBase.cxx:572–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
const char *LexState::DescribeWordListSets() {
573
if (instance) {
574
return instance->DescribeWordListSets();
575
} else {
576
return 0;
577
}
578
}
579
580
void LexState::SetWordList(int n, const char *wl) {
581
if (instance) {
Callers
1
WndProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected