Revision 29190b0...
Go back to digest for 4th November 2012Optimization in KDE Base
Sven Brauch committed changes in [kate] part/view/kateviewhelpers.cpp:
minimap: Do not force highlighting updates if the document is very large
If the document is larger than 7500 lines, don't force highlighting updates
when redrawing the minimap as this is potentially very slow.
For an example, a 13k lines python file needs an additional 1.3 seconds
to open on my notebook if the whole highlighting is being updated.
File Changes
Modified 1 files
- part/view/kateviewhelpers.cpp
1 files changed in total