From 30a42acd9f04fea654c99f6c18ddbb26e5deb4b2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 1 Jan 2007 23:34:58 +0000 Subject: 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. --- gtk/ScintillaGTK.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk') 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" -- cgit v1.2.3