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

Method Create

scintilla/lexlib/LexerModule.cxx:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89ILexer *LexerModule::Create() const {
90 if (fnFactory)
91 return fnFactory();
92 else
93 return new LexerSimple(this);
94}
95
96void LexerModule::Lex(unsigned int startPos, int lengthDoc, int initStyle,
97 WordList *keywordlists[], Accessor &styler) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected