26e16b13a1
Support changing font size via mouse wheel in query editors. Closes #143 .
2018-04-12 20:33:54 +02:00
f707a93420
Exchange left button icons on db and table filter with new ones containing a drop down button, so the history pulldown feature is more noticeable. Closes #146 .
2018-03-04 11:20:21 +01:00
bc04747ad2
* widen SynMemo's Gutter.DigitCount from 2 to its default value (4)
...
* make line numbers gray, so they are not as eye catching as the memo's contents
* closes #26
2018-02-03 19:53:35 +01:00
767dc99f32
Change ChangeLog URL in main menu under help to its new GitHub location, instead of old SourceForge address.
2018-01-02 14:02:32 +01:00
e8ed608a56
Expect regular expression in filter text on right panel, not a simple string. Keep searching case insensitive, as in prior logic. Add text hint to filter box so the user knows he can enter a regular expression here. Closes #45 .
2017-12-16 15:53:00 +01:00
699ba07df6
Add new TAction for clearing query log, and assign it to the rightclick menu item of it. Give this new action the hotkey Ctrl+Q. Closes #25 .
2017-12-02 14:51:40 +01:00
f6a405b486
Use new copy-columns icon in main image list
2017-03-10 06:07:02 +00:00
654dace688
Create a new menu item for copying rows to clipboard, and assign Ctr+Shift+C to it. See https://www.heidisql.com/forum.php?t=23190#p23490
2017-03-07 20:10:49 +00:00
47458f54d4
Revert r5161, as it makes more problems than it solves. See https://www.heidisql.com/forum.php?t=23474
2017-03-07 17:33:36 +00:00
2de47d954f
Set DoubleBuffered property on main form, an attempt to reduce flickering on Windows 10. See https://www.heidisql.com/forum.php?t=19141
2017-03-06 20:13:20 +00:00
53b4ab6911
Include ADO connection string in status bar connection details, shorten the lines reasonably and show the full lines in a message box when clicking on it. See http://www.heidisql.com/forum.php?t=23049
2017-01-14 11:01:32 +00:00
04877c4ae7
Add some hotkeys for focusing table filter, database tree and main tabs. Also, add a new main menu with these actions, so the user can look up these hotkeys.
2016-09-03 07:10:36 +00:00
ebaafb113f
Clear contents of filter boxes when pressing Esc key. See http://www.heidisql.com/forum.php?t=21911
2016-08-29 18:50:56 +00:00
ceeefe17d3
* Move some menu items for configuring data grids into a new submenu labelled "Grid view options"
...
* Create a duplicated menu item there, for "View binary data as text" button from the main toolbar
* Create a new menu item there, for jumping to the "Data" tab in the preferences window
* Add related translation strings
2016-08-05 11:01:46 +00:00
63f2d8c25a
Revert previous commit.
2016-06-19 15:46:00 +00:00
d3566b74f8
Attempt to fix window flicker issue on Windows 10 by disabling ApplicationEvents.OnIdle event temporarily. See http://www.heidisql.com/forum.php?t=21342#p21635
2016-06-19 15:40:23 +00:00
4125a7a539
Cosmetics: Make status bar panel for server version a bit wider. See http://www.heidisql.com/forum.php?t=21585
2016-06-11 07:31:27 +00:00
881f33a014
Add new item "Logging preferences" to context menu in SQL log panel
2016-06-02 18:27:51 +00:00
a119d7570a
Display UTC date/time in 5th status bar panel. See http://www.heidisql.com/forum.php?t=20999
2016-03-29 18:21:18 +00:00
80990b84d0
Fix duplication of query tab controls, when it comes to aligning the query helpers tree. See http://www.heidisql.com/forum.php?t=20041
2015-12-07 18:08:25 +00:00
3a5917f080
Add menu item "Run SQL file", as a complement to "Load SQL files". See http://www.heidisql.com/forum.php?t=19982
2015-11-30 10:56:34 +00:00
daac6caab7
Make insertion of node text on double click customizable, per tree style options menu. See http://www.heidisql.com/forum.php?t=16104
2015-11-11 20:27:54 +00:00
450d5f9c8b
Add a "clear" button to the both db+table filter textboxes.
2015-11-05 06:37:46 +00:00
e7fb5df30a
Revert accidentally committed file from previous commit.
2015-11-03 08:09:52 +00:00
269ee242d9
Introduce GUI font preferences setting, so the user can customize the font of all dialogs and forms. Does not work with menus, however. See http://www.heidisql.com/forum.php?t=19666
2015-11-03 06:28:37 +00:00
b546e9186b
Do not insert database tree node caption in query editor via double click. See http://www.heidisql.com/forum.php?t=16104
2015-10-26 17:48:08 +00:00
d4f6576019
Redirect links from old code hosting urls to SourceForge. Fixes issue #3689
2015-04-30 16:03:44 +00:00
34f70eaf08
Azure support:
...
* Add text from @@VERSION value into FServerVersionUntouched so TConnectionParameters.IsAzure can see "Azure" in it.
* Do not bypass required (!) USE query when IsAzure was detected
* Display a special MS Azure icon in the tree and in the status bar
2015-04-07 16:37:31 +00:00
d3f19b66f8
Add menu item to insert a GUID without braces. See http://www.heidisql.com/forum.php?t=18058
2015-04-02 09:45:28 +00:00
b2a032602a
Fix crash when right-clicking a database, following by a click on "Drop". See http://www.heidisql.com/forum.php?t=13004
2015-02-15 19:12:46 +00:00
87742453c0
Fix missing Idle event in ApplicationEvents module
2014-11-22 19:48:28 +00:00
f0fc3e428b
Fix typos
2014-10-19 09:45:44 +00:00
9cc5fc6aaf
Turn readme.txt into a more comprehensive online help document
2014-10-13 18:49:59 +00:00
7d5a5eba32
Activate "Select all" action when it appears in a valid popup menu.
2014-05-19 13:59:05 +00:00
9464367547
Make SynMemo.OnChange and Timer.OnTimer events of TQueryTab members of it, instead of TMainForm, so we know which tab/memo was analyzed for parameters. Could fix some AV bugs.
2014-05-19 13:30:01 +00:00
8c3775fe0f
Add "Save as textfile" action, and include that in routine editor > "CREATE code" tab > context menu. Fixes issue #3486 .
2014-05-08 04:50:59 +00:00
542b25c87d
Revert accidental changes in previous commit
2014-04-23 18:13:20 +00:00
3b23d2c4b3
Fix wrong restored query memo height after restart, due to automatic reduction in FormResize.
2014-04-23 05:12:43 +00:00
74b8c95fc0
Issue #1325 : Apply Adriens patch from March 20, modified for code style reasons. Introduces a checkbox in front of the "Bind parameters" node, which makes the detection optional, as it requires quite a bit CPU load.
2014-04-22 04:46:48 +00:00
804857b544
Add PostgreSQL server icon
2014-04-15 15:46:14 +00:00
6a3a91ad0a
Support changing active result tab per shortcut, Alt+Left and Alt+Right. See http://www.heidisql.com/forum.php?t=7609
2014-03-19 10:27:56 +00:00
1366ace11c
Add a read-only tab for a potentially existing PARTITION clause of the table. Fixes issue #1692 .
2014-03-13 04:58:45 +00:00
c7886262ac
Revert unwanted modifications from previous commit.
2014-02-10 20:32:31 +00:00
82c960ceb1
Add support of bind parameters. Fixes issue #1325
2014-02-10 18:30:47 +00:00
4357b40586
Make "Update available" button hidden by default. Fixes issue #3482 .
2014-01-14 06:58:51 +00:00
56097ff655
Use a simple toolbar for upper right extra buttons. Fixes mixed up alignment of images and labels. However, cannot make these buttons blue now.
2013-12-25 06:59:38 +00:00
0369c5a092
Fix initial status of updatecheck label.
2013-12-24 14:02:27 +00:00
1cbb4cda99
Add icons to discreet labels in main menu area.
2013-12-24 13:48:37 +00:00
3579c25f83
Fix some minor glitches in translation strings, reported by david.proweb.
2013-12-15 06:12:09 +00:00
a552fae2b6
Add "Full status refresh" menu item under "Refresh" dropdown menu. See issue #2398 , comment #67 .
2013-12-07 14:15:44 +00:00