diff options
| author | nyamatongwe <devnull@localhost> | 2010-08-19 14:16:42 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-08-19 14:16:42 +1000 |
| commit | 3f47056446652515e38c29896ab16a77074f9d84 (patch) | |
| tree | 7c6c287b3a2ff447e704e139857af8bf9ef94ae4 /include/ILexer.h | |
| parent | e4fe4cbba4bb351c4c2165659eb50734488fcc7a (diff) | |
| download | scintilla-mirror-3f47056446652515e38c29896ab16a77074f9d84.tar.gz | |
Adding GetLineIndentation to IDocument.
Diffstat (limited to 'include/ILexer.h')
| -rw-r--r-- | include/ILexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ILexer.h b/include/ILexer.h index ebd1a8843..b119ff649 100644 --- a/include/ILexer.h +++ b/include/ILexer.h @@ -42,6 +42,7 @@ public: virtual int SCI_METHOD CodePage() const = 0; virtual bool SCI_METHOD IsDBCSLeadByte(char ch) const = 0; virtual const char * SCI_METHOD BufferPointer() = 0; + virtual int SCI_METHOD GetLineIndentation(int line) = 0; }; enum { lvOriginal=0 }; |
