Bug#45750: insert block selection does not work propperly

[email protected] 25 Jul 2002 15:44:01 -0000
Newsgroups gmane.comp.kde.devel.kate
Message-ID <[email protected]>
Package: kate
Version: kate 2.0 (using KDE 3.0.6 CVS/CVSup/Snapshot)
Severity: wishlist
Installed from:    Compiled sources
Compiler:          gcc version 2.96
OS:                Linux
OS/Compiler notes: Not Specified

selecting a rectangular block inside a text document works very nicely. However, pasting it back in inserts newlines after every line. Inserting a block after cutting it out should lead to the same document, i.e. inserting a block of x inside s schould look like this:

aaXXXaaaaa
aaXXXaa
aaXXXa
a XXX
aaXXXaaaaaa

not like this:

aaXXX
XXX
XXX
XXX
XXXaaaaa
aaaa
aaa
a
aaaaaaaaaaaa

Cheers, Rolf

(Submitted via bugs.kde.org)


(Complete bug history is available at http://bugs.kde.org/db/45/45750.html)