mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Implement a home brown find + replace dialog, supporting regular expressions, and using all stuff SynEdit gives us. Add main menu item "Search" next to "Edit". Fixes issue #1069.
This commit is contained in:
@ -190,6 +190,8 @@ const
|
||||
DEFAULT_FILTERACTIVE = False;
|
||||
REGNAME_MULTI_INSTANCES = 'AllowMultipleInstances';
|
||||
DEFAULT_MULTI_INSTANCES = True;
|
||||
REGNAME_SEARCHTEXT = 'FindDialogSearchHistory';
|
||||
REGNAME_REPLACETEXT = 'FindDialogReplaceHistory';
|
||||
|
||||
REGNAME_FIELDCOLOR_NUMERIC = 'FieldColor_Numeric';
|
||||
REGNAME_FIELDCOLOR_TEXT = 'FieldColor_Text';
|
||||
|
Reference in New Issue
Block a user