aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-06-02 05:18:13 +0000
committernyamatongwe <devnull@localhost>2007-06-02 05:18:13 +0000
commit54ff7790908e2b31f976ba74ca353bc4507ea70d (patch)
tree22d32a8aeccfda9902240bfca1ffad692136f45c /gtk/ScintillaGTK.cxx
parent739e6e3218041c656f62685fd2e19988e37e294f (diff)
downloadscintilla-mirror-54ff7790908e2b31f976ba74ca353bc4507ea70d.tar.gz
Addition of PositionCache module which adds cacing of string
to position information and segments long pieces of text so they can be handled more efficiently.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 71c7b342f..7a1aab337 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -43,6 +43,7 @@
#include "Decoration.h"
#include "CharClassify.h"
#include "Document.h"
+#include "PositionCache.h"
#include "Editor.h"
#include "SString.h"
#include "ScintillaBase.h"