Revision c59393a...

Go back to digest for 4th November 2012

Bug Fixes in KDE Base

Sven Brauch committed changes in [kate] part/view/kateviewhelpers.cpp:

minimap: Draw line modification markers in the minimap if len(document) < 50k.

This works in an extra step, and will thus always display markers even
if there's an unfortunate lineksip.
The length of the document is limited to 50k for performance reaons,
since every line must be queried.

File Changes

Modified 1 files
  • part/view/kateviewhelpers.cpp
1 files changed in total