diff options
author | nyamatongwe <unknown> | 2007-06-02 05:18:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-06-02 05:18:13 +0000 |
commit | 284a7cde23d26ccc5c5b75aaa9c1e69e659a4adc (patch) | |
tree | 22d32a8aeccfda9902240bfca1ffad692136f45c /vcbuild/SciLexer.dsp | |
parent | b78f4e0f1eeb340c23b3c9df896da7405c2e0217 (diff) | |
download | scintilla-mirror-284a7cde23d26ccc5c5b75aaa9c1e69e659a4adc.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 |