prev
More Info
Revision 905112
(Back to Digest)
next


Commit Details
Bug Fixes in KDE-Base
Diego Iastrubni committed changes in /trunk/KDE/kdelibs/kate/render:
Fix for bug 178594, now katepart determinates the direction of each paragraph (line) according to the first strong character.

Since we are no longer using counting chars and not using QString::isRightToLeft() (we use a new internal implementation, based of QString::updateProperties()) we might have a small speed improvement: now determinating the paragraph direction is done (on average) in O(1) instead of O(n) - where n is the length of the string.
Bug 178594: Kate is useless for editing code which contains hebrew/arabic

File Changes
Modified 2 files
/trunk/KDE/kdelibs/kate/render
/katerenderer.cpp
/katerenderer.h
Added 1 file
/trunk/KDE/kdelibs/kate/render
Deleted 1 file
/trunk/KDE/kdelibs/kate/render
4 files changed in total

KDE Commit-Digest by Danny Allen, 2006-2009
All issues in archive by Derek Kite