Bug 61283 - replace feature requires to select regex matching for the search pattern before selecting the regex from the drop down box, otherwise it will not match
Summary: replace feature requires to select regex matching for the search pattern befo...
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 17:59 UTC by Peter Honeder
Modified: 2003-09-13 12:20 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 Peter Honeder 2003-07-15 17:59:22 UTC
Version:           3.0.0a5 (using KDE 3.1.1)
Compiler:          gcc version 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207)
OS:          Linux (i686) release 2.4.20-gentoo-r2

when editing source code and trying to replace something using a previously used regular expression, the regex matching option in the replace dialog has to be selected first and then the regex can be selected, otherwise the regex will not match.
this bug is reproduceable in the latest cvs version to this date.
Comment 1 Jens Dagerbo 2003-07-23 12:04:05 UTC
Just to verify before I'm reassigning: 
 
You are using the kate editorpart (called "Embedded Advanced Text Editor" in the 
settings) and are referring to the "local" replace (found through edit -> replace or 
CTRL+R), correct? 
Comment 2 Peter Honeder 2003-07-23 12:59:06 UTC
Subject: Re:  replace feature requires to select regex matching
 for the search pattern before selecting the regex from the drop down box,
 otherwise it will not match

Jens Dagerbo wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>      
> http://bugs.kde.org/show_bug.cgi?id=61283     
> 
> 
> 
> 
> ------- Additional Comments From jens.dagerbo@swipnet.se  2003-07-23 12:04 -------
> Just to verify before I'm reassigning: 
>  
> You are using the kate editorpart (called "Embedded Advanced Text Editor" in the 
> settings) and are referring to the "local" replace (found through edit -> replace or 
> CTRL+R), correct?

Yes, that's right, I have only the kate editorpart installed.
I have found an addition to my bug, the use selected text checkbox has 
the same bug as the regex checkbox. Replacing only works if the checkbox 
is checked *before* the search pattern and replacement text is entered, 
otherwise it will not replace anything because it does not find 
anything. (Or should I report another bug?)



Comment 3 Jens Dagerbo 2003-08-24 02:31:16 UTC
Reassigning 
Comment 4 Christoph Cullmann 2003-09-13 00:39:39 UTC
that works flawless with kde cvs head, or ? 
could somebody recheck before I close this bug, anders ? jesse ? 
 
Comment 5 Jesse 2003-09-13 01:30:18 UTC
No, I don't see it. 
 
I tried some combinations of regexp searches and normal ones.  In all cases I was 
able to select the various options even though I had already entered the text in (or 
in some cases was provided for me automagically) and the options were applied 
accordingly to the search. 
 
Similarly, the 'Selected Text' seems to work too.  I selected this option *after* I had 
entered in the search and replace fields (directly contrary to the report) and it 
worked.  It even worked with a regexp search as well ;) 
 
Also tried the same set of tests in kdevelop just to check. 
Comment 6 Christoph Cullmann 2003-09-13 12:20:36 UTC
fine, than not only my impression is that this issue has been solved for 3.2, but no idea 
why it could have been ever there personally