Bug 179330

Summary: Replacement within the selected block is not working correctly in the vertical selection mode
Product: [Applications] kate Reporter: alexandr <alllg>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description alexandr 2009-01-02 05:02:33 UTC
Version:           3.1.3 (using KDE 4.1.3)
OS:                Linux
Installed from:    Mandriva RPMs

Replacement within the selected block is not working correctly in the vertical selection mode.
 
We need to change the 2 to A. Selection block marked with [ and ].
1[2]34
1[2]22
2[2]11

The result of the replacement will look:
1[A]34
1[A]AA
A[A]11

While the expected:
1[A]34
1[A]22
2[A]11
Comment 1 Dominik Haumann 2009-01-02 12:20:10 UTC

*** This bug has been marked as a duplicate of bug 164413 ***