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 /vcbuild/SciLexer.dsp | |
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 'vcbuild/SciLexer.dsp')
-rw-r--r-- | vcbuild/SciLexer.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index 4a3b01c8a..015835908 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -402,6 +402,10 @@ SOURCE=..\win32\PlatWin.cxx # End Source File # Begin Source File +SOURCE=..\src\PositionCache.cxx +# End Source File +# Begin Source File + SOURCE=..\src\PropSet.cxx # End Source File # Begin Source File |