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

Method LexerSimple

scintilla/lexlib/LexerSimple.cxx:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#endif
32
33LexerSimple::LexerSimple(const LexerModule *module_) : module(module_) {
34 for (int wl = 0; wl < module->GetNumWordLists(); wl++) {
35 if (!wordLists.empty())
36 wordLists += "\n";
37 wordLists += module->GetWordListDescription(wl);
38 }
39}
40
41const char * SCI_METHOD LexerSimple::DescribeWordListSets() {
42 return wordLists.c_str();

Callers

nothing calls this directly

Calls 2

GetNumWordListsMethod · 0.80

Tested by

no test coverage detected