aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
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 /gtk
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 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 6ad3e3a24..01197f244 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -28,6 +28,8 @@
#endif
#include "ContractionState.h"
#include "SVector.h"
+#include "SplitVector.h"
+#include "Partitioning.h"
#include "CellBuffer.h"
#include "CallTip.h"
#include "KeyMap.h"