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

Method LineEndTypesSupported

scintilla/src/Document.cxx:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int LexInterface::LineEndTypesSupported() {
72 if (instance) {
73 int interfaceVersion = instance->Version();
74 if (interfaceVersion >= lvSubStyles) {
75 ILexerWithSubStyles *ssinstance = static_cast<ILexerWithSubStyles *>(instance);
76 return ssinstance->LineEndTypesSupported();
77 }
78 }
79 return 0;
80}
81
82Document::Document() {
83 refCount = 0;

Callers

nothing calls this directly

Calls 1

VersionMethod · 0.45

Tested by

no test coverage detected