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

Class IDocumentWithLineEnd

scintilla/include/ILexer.h:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48class IDocumentWithLineEnd : public IDocument {
49public:
50 virtual int SCI_METHOD LineEnd(int line) const = 0;
51};
52
53enum { lvOriginal=0, lvSubStyles=1 };
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected