Bug #56629 Add a feature to search and replace within a selected range as exists in QB
Submitted: 7 Sep 2010 21:27 Modified: 11 Nov 2010 16:13
Reporter: David Berg Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.27 CE OS:Windows (XP Pro SP3)
Assigned to: Mike Lischke CPU Architecture:Any
Tags: regression

[7 Sep 2010 21:27] David Berg
Description:
Add the find [and replace] Scope, Origin, and Direction features (particularly, find and replace within a selected range) from Query Browser into Workbench. 

How to repeat:
In Query Browser select a block of text with the left mouse button.
From the main menu, choose Edit --> Find --> Replace.
Enter Find and Replace strings.
Choose Scope (i.e. All text or Selected text), Origin, and Direction options.

Suggested fix:
Add these features to the SQL Editor in Workbench.
[25 Oct 2010 9:22] Mike Lischke
Implemented in repository.
[25 Oct 2010 9:24] Mike Lischke
Until this feature is available use Ctrl+H instead Ctrl+Shift+F to open the native search dialog of Scintilla (the control used for the editor). Which supports all the features you mentioned.
[8 Nov 2010 20:00] Johannes Taxacher
advanced search/replace dialog now available via Menu Edit->Find and replace ( Ctrl+Shift+f )
confirmed in repository
[11 Nov 2010 16:13] Tony Bedford
An entry has been added to the 5.2.30 changelog:

An advanced search and replace dialog has now been added to MySQL Workbench. This can be accessed via the main menu option Edit, Find and replace or using the keyboard shortcut Ctrl+Shift+f.