Bug 48412 - recursive replacement if replacestring contanes findstring in replace all
Summary: recursive replacement if replacestring contanes findstring in replace all
Status: RESOLVED FIXED
Alias: None
Product: kedit
Classification: Applications
Component: general (show other bugs)
Version: 1.3
Platform: openSUSE Linux
: NOR grave
Target Milestone: ---
Assignee: Bernd Wuebben
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-28 13:54 UTC by Wolfgang Thiess
Modified: 2003-04-20 22:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Thiess 2002-09-28 13:54:03 UTC
Version:           1.3 (using KDE 3.0.3)
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:          Linux (i586) release 2.4.18-4GB

Open kedit.
Type "1 2 3 4"
Place Cursor at Top of File (left of "1")
Open Replace Dialog (Ctrl-R)
Find: 2
Replace with: 22
Replace All
Continue from the beginning?: No

Result is:
"1 2222 3 4"

I expect:
"1 22 3 4"

Regards
Wolfgang
Comment 1 Waldo Bastian 2003-04-20 22:19:36 UTC
Subject: kdelibs/kdeui

CVS commit by waba: 

CCMAIL: 48412-done@bugs.kde.org
Fix find&replace. It's quite crappy indeed.


  M +47 -51    keditcl2.cpp   1.50