diff options
author | nyamatongwe <devnull@localhost> | 2007-06-02 05:18:13 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-06-02 05:18:13 +0000 |
commit | 54ff7790908e2b31f976ba74ca353bc4507ea70d (patch) | |
tree | 22d32a8aeccfda9902240bfca1ffad692136f45c /src/ScintillaBase.cxx | |
parent | 739e6e3218041c656f62685fd2e19988e37e294f (diff) | |
download | scintilla-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 'src/ScintillaBase.cxx')
-rw-r--r-- | src/ScintillaBase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index e0ac652fb..e2dd9473e 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -37,6 +37,7 @@ #include "CharClassify.h" #include "Decoration.h" #include "Document.h" +#include "PositionCache.h" #include "Editor.h" #include "ScintillaBase.h" |