Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Search/Replace    [ Add a report in this area ]  
Report #:  5944   Status: Reported
Replace text dialog needs to support multiple replacements
Project:  Delphi Build #:  10.166
Version:    9.0 Submitted By:   Tron Thomas
Report Type:  Suggestion / Enhancement Request Date Reported:  9/13/2003 5:35:33 PM
Severity:    Commonly encountered problem Last Updated: 2/1/2005 6:40:03 PM
Platform:    All versions Internal Tracking #:  
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (3 Total Ratings)
1.00 out of 5
Total Votes: None
Description
The replace text dialog of the code editor currently supports replacing all instances of a text phrase in a file or just one instance of the text.

There are times when a user may want to replace several, but no all occurrances of a text phrase in the file.  The replace text dialog does not easily support this.

Right now the user has to open the replace text dialog each time they want to make a replacement.  This is both tedious and error prone as the user has to go through the trouble of invokeing the diallog again and specify the text to search for.

It would be nice if the replace text dialog could remain visible after each replacement to support any subsequent replacements a user might want to make.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Clayton Arends at 9/14/2003 11:06:53 AM -
Will this work for you?

  "Search | Replace"
  Check "Prompt on replace"
  Click "Replace All"
  Choose "yes" or "no" accordingly

Server Response from: ETNACODE01