aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-01-01 23:34:58 +0000
committernyamatongwe <devnull@localhost>2007-01-01 23:34:58 +0000
commit30a42acd9f04fea654c99f6c18ddbb26e5deb4b2 (patch)
tree7ec27fd7c4ca3664e5ead3fb122a5aa87c713f41 /src/ScintillaBase.cxx
parentebf5266f9fdadabb7c3545fd08e4520004cfb100 (diff)
downloadscintilla-mirror-30a42acd9f04fea654c99f6c18ddbb26e5deb4b2.tar.gz
Major change to CellBuffer class with addition of Partitioning class and SplitVector
template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.
Diffstat (limited to 'src/ScintillaBase.cxx')
-rw-r--r--src/ScintillaBase.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index bcb0a77e2..e43411261 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -22,6 +22,8 @@
#endif
#include "ContractionState.h"
#include "SVector.h"
+#include "SplitVector.h"
+#include "Partitioning.h"
#include "CellBuffer.h"
#include "CallTip.h"
#include "KeyMap.h"