diff options
| author | nyamatongwe <devnull@localhost> | 2010-08-19 13:16:10 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-08-19 13:16:10 +1000 |
| commit | e4fe4cbba4bb351c4c2165659eb50734488fcc7a (patch) | |
| tree | 94a6313dd4d7ca1fcd0286e59bd70e2029905129 /include | |
| parent | 9b2502bd7230644985cc4fef07555add8b340f20 (diff) | |
| download | scintilla-mirror-e4fe4cbba4bb351c4c2165659eb50734488fcc7a.tar.gz | |
Exposed BufferPointer through IDocument.
Diffstat (limited to 'include')
| -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 60f2bdf10..ebd1a8843 100644 --- a/include/ILexer.h +++ b/include/ILexer.h @@ -41,6 +41,7 @@ public: virtual void SCI_METHOD ChangeLexerState(int start, int end) = 0; virtual int SCI_METHOD CodePage() const = 0; virtual bool SCI_METHOD IsDBCSLeadByte(char ch) const = 0; + virtual const char * SCI_METHOD BufferPointer() = 0; }; enum { lvOriginal=0 }; |
