[Bug 188287] Make text selectable in diff view.

Kevin Kofler kevin.kofler at chello.at
Sat Sep 26 13:56:07 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=188287





--- Comment #2 from Kevin Kofler <kevin kofler chello at>  2009-09-26 13:56:04 ---
It's quite hard to implement. The Kompare text view is derived from a list
widget (K3ListView to be precise). Allowing you to select and even edit (though
that part also requires handling the changes, selecting is easier) line by line
would be possible using the list widget's item renaming facilities (but might
also be nontrivial due to the custom drawing code), but selecting across lines
is not supported by the list widget and would have to somehow be coded on top
of it.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kompare-devel mailing list