aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ILexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-08-19 14:16:42 +1000
committernyamatongwe <unknown>2010-08-19 14:16:42 +1000
commit90cb432d56ef814f9aac0ba2289b51d3c8f5a4ba (patch)
tree7362a2bb279688bdd9193b005dccac256a251ae8 /include/ILexer.h
parent6dd145a6e94e36f2e11b2eea0610ed1996112124 (diff)
downloadscintilla-mirror-90cb432d56ef814f9aac0ba2289b51d3c8f5a4ba.tar.gz
Adding GetLineIndentation to IDocument.
Diffstat (limited to 'include/ILexer.h')
-rw-r--r--include/ILexer.h1
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 };