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

Method LineEndTypesSupported

scintilla/src/ScintillaBase.cxx:651–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651int LexState::LineEndTypesSupported() {
652 if (instance && (interfaceVersion >= lvSubStyles)) {
653 return static_cast<ILexerWithSubStyles *>(instance)->LineEndTypesSupported();
654 }
655 return 0;
656}
657
658int LexState::AllocateSubStyles(int styleBase, int numberStyles) {
659 if (instance && (interfaceVersion >= lvSubStyles)) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected