aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-09-25 18:02:59 +1000
committernyamatongwe <unknown>2010-09-25 18:02:59 +1000
commit10cf4beef4d7293d6d382fe4b3216da48fa87fa1 (patch)
tree07d01bea7f3d55860a7b45d500a5901f4d5b63d4 /src/CellBuffer.h
parent16b604e76efd53716623978c94069fd6194c7005 (diff)
downloadscintilla-mirror-10cf4beef4d7293d6d382fe4b3216da48fa87fa1.tar.gz
Optimization of line layout by minimizing calls in Editor::LayoutLine and avoiding
case force processing unless at least one style uses a case force option.
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r--src/CellBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h
index d485695a9..a82a3973b 100644
--- a/src/CellBuffer.h
+++ b/src/CellBuffer.h
@@ -155,6 +155,7 @@ public:
char CharAt(int position) const;
void GetCharRange(char *buffer, int position, int lengthRetrieve) const;
char StyleAt(int position) const;
+ void GetStyleRange(unsigned char *buffer, int position, int lengthRetrieve) const;
const char *BufferPointer();
int Length() const;