diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2012-05-27 15:08:02 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2012-05-27 15:08:02 +0000 |
commit | 9e03d34a5411bd1736e67f7d6a5a4a7ec4b42345 (patch) | |
tree | 10c2f7519222c810563a80f3e02e99bcd79401ee /scintilla/src/CellBuffer.h | |
parent | 72f1da668f0176d3cbea477af14e3c0ab6cfa504 (diff) | |
download | notepad2-mod-9e03d34a5411bd1736e67f7d6a5a4a7ec4b42345.zip notepad2-mod-9e03d34a5411bd1736e67f7d6a5a4a7ec4b42345.tar.gz notepad2-mod-9e03d34a5411bd1736e67f7d6a5a4a7ec4b42345.tar.bz2 |
update scintilla (HG 9739512b19c4)
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@741 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/CellBuffer.h')
-rw-r--r-- | scintilla/src/CellBuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scintilla/src/CellBuffer.h b/scintilla/src/CellBuffer.h index 37bc58c..29743af 100644 --- a/scintilla/src/CellBuffer.h +++ b/scintilla/src/CellBuffer.h @@ -157,6 +157,8 @@ public: char StyleAt(int position) const;
void GetStyleRange(unsigned char *buffer, int position, int lengthRetrieve) const;
const char *BufferPointer();
+ const char *RangePointer(int position, int rangeLength);
+ int GapPosition() const;
int Length() const;
void Allocate(int newSize);
|