aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-25 09:58:17 +0000
committernyamatongwe <devnull@localhost>2007-07-25 09:58:17 +0000
commit63866c4a3967fd869f87ed699f94ee17531e8881 (patch)
tree33ce9d88f5bddd18fa01537a9ec0c45f12701357 /src/RunStyles.h
parentaaa03c79d3f42fb8bb603bce476af6838be02a4e (diff)
downloadscintilla-mirror-63866c4a3967fd869f87ed699f94ee17531e8881.tar.gz
Changed ContractionState data structure to be more efficient by not only
modifying data near an insertion or deletion when there is good locality of modification.
Diffstat (limited to 'src/RunStyles.h')
-rw-r--r--src/RunStyles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h
index f3f9fe314..bbf20b262 100644
--- a/src/RunStyles.h
+++ b/src/RunStyles.h
@@ -30,6 +30,7 @@ public:
int EndRun(int position);
// Returns true if some values may have changed
bool FillRange(int &position, int value, int &fillLength);
+ void SetValueAt(int position, int value);
void InsertSpace(int position, int insertLength);
void DeleteAll();
void DeleteRange(int position, int deleteLength);