diff options
author | nyamatongwe <unknown> | 2007-07-25 09:58:17 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-07-25 09:58:17 +0000 |
commit | cc88e2af38e51d286b712a3ebef4dd46222be1dd (patch) | |
tree | 33ce9d88f5bddd18fa01537a9ec0c45f12701357 /src/RunStyles.h | |
parent | 8b609f7f8901b3ae3b8171a21858f35ae9703d15 (diff) | |
download | scintilla-mirror-cc88e2af38e51d286b712a3ebef4dd46222be1dd.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.h | 1 |
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); |