9c5d8358e0
Automagic modifications to form files, done through updates of IDE and some components. Especially removes no longer published properties OldCreateOrder and PixelsPerInch.
2022-12-11 14:54:48 +01:00
b3365319b0
Issue #1503 : Set the new (slightly higher) default font size for 100% DPI setting on all other forms as well
2021-12-27 07:44:51 +01:00
7883fd5baa
Fix non-loaded previously used search and replace text in drop-down
2021-05-15 08:49:10 +02:00
44c4543dfd
Activate AutoSize and disable WordWrap on the replace hint in the search/replace dialog, so the height is auto-adjusted (especially with chars like g), and the words are not tried to be wrapped into a hidden second line.
2020-12-29 22:17:54 +01:00
df0ab05be4
Issue #819 : add two buttons right besides search and replace combo boxes, with a dropdown menu containing clickable hints on regular expression qualifiers
2020-04-14 17:48:27 +02:00
5a21d3e7c9
Widen buttons on search/replace dialog by one quarter, so translations fit better on them
2020-02-14 17:58:56 +01:00
35a27c0ec8
Fix unwanted wrapping in help label on find dialog
2019-11-19 21:18:16 +01:00
92c8f62b85
High DPI:
...
* remove ParentFont flag from forms again (introduced in 9cdcd631454f6f9e999893ea89fcf502d994474c for #213 ). This just inherits from default Windows settings.
* instead, scale font size in InheritFont(), and move that to the new TExtForm class
* mark app with PerMonitorV2 support
2019-07-17 21:59:18 +02:00
f01171f8b5
Decrease Constraints.MinWidth/MinHeight, as values too near at the actual ClientWidth/Height seem to move controls at the bottom right corner up and left. Closes #435 .
2018-12-16 18:51:41 +01:00
9cdcd63145
Issue #213 : Assign system or custom font once, to the application, and let all forms inherit that font, so there is no need to call InheritFont() for each form.
2018-10-25 19:24:45 +02:00
cd165aea92
Make search/replace dialog resizable
2014-12-27 18:39:48 +00:00
67844e8426
Fix non-working "Replace all" button, due to its wrong ModalResult property (mrClose). See http://www.heidisql.com/forum.php?t=14064
2013-11-21 20:05:57 +00:00
88b3666bf1
Support search/replace in data and result grids. Fixes issue #2979 .
2013-01-15 20:46:41 +00:00
bd077ce413
Adjust width of various controls so they fit to the translated captions (at least in German). Related to issue #557 .
2012-12-02 09:33:41 +00:00
1f0146b460
Use "Entire scope" as the default origin option in search + replace dialog. Fixes issue #2731 .
2012-04-01 17:40:57 +00:00
fe2d5149a5
Add support for \t and \n for replacement in search+replace dialog. Accepting a multi line bug in SynEdit, which forces the user to search backwards when using \n in replacement. See http://www.heidisql.com/forum.php?t=8977
2011-08-18 06:41:49 +00:00
2f67d5447a
Assign hotkeys to controls on search and replace dialog. See http://www.heidisql.com/forum.php?t=5801
2010-06-28 21:57:06 +00:00
02d29ea976
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 .
2010-02-01 23:55:44 +00:00