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

Method SetExternal

scintilla/src/ExternalLexer.cxx:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36//------------------------------------------
37
38void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) {
39 fneFactory = fFactory;
40 fnFactory = fFactory(index);
41}
42
43//------------------------------------------
44//

Callers 1

LexerLibraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected