Double clicking on database name in treeview puts the name into the editor
Everytime I just want to expand the sub items of a database item using a double click HeidiSQL messes with my SQL script because it adds the database name into the script.
I understand this feature but it should only paste the name of the clicked item when it was already focussed. Otherwise it confuses the user who just double clicks a parent item to expand / collapse it.
Greetings
Benjamin
In some random place in my (large and complicated) queries a syntax error occurs because i tried expanding some DB in the tree view (working with several hundred databases!).
Add this to the shitty MySQL error messages and you wasted several minutes of your life...
Very annoying :(
Try the following:
* rightclick the tree
* click "Tree style options"
* activate "Auto expand on click"
I believe that could help you as you don't need to doubleclick any more then.
This workaround does not help either, since this only helps for opening a DB.
When trying to fold it again, you have to double click, and the DB name gets put in any open query window like before.
Is there an official HeidiSQL bug tracker somewhere?
This problem should easily be fixable by commenting out the code line causing this.
Do not insert database tree node caption in query editor via double click. See http://www.heidisql.com/forum.php?t=16104
Meh. Some of us actually liked the double click feature - any way we can get that as a toggle-able option in the preferences somewhere, please? It was so noticeable after the update that I came looking on the forums and found this thread. Thanks.
In the meantime then you can use drag&drop: item to query window.
Meh. Some of us actually liked the double click feature - any way we can get that as a toggle-able option in the preferences somewhere, please? It was so noticeable after the update that I came looking on the forums and found this thread. Thanks.
In the meantime then you can use drag&drop: item to query window.
I also was alarmed that the feature was missing and came to the forum for the exact same reason.
If you could make it toggle-able, that would be great.
In an AutoHotkey script that runs automatically when I start up my computer:
::SELJOIN::SELECT * {ENTER}FROM {ENTER}JOIN {ENTER}WHERE 1;{UP}{UP}
[quote=russlo]Meh. Some of us actually liked the double click feature - any way we can get that as a toggle-able option in the preferences somewhere, please? It was so noticeable after the update that I came looking on the forums and found this thread. Thanks.
In the meantime then you can use drag&drop: item to query window.
I also was alarmed that the feature was missing and came to the forum for the exact same reason.
If you could make it toggle-able, that would be great.[/quote]
Same here. I was looking through the recent builds to find out if it was some kind of bug, found this issue. I use double-click on tablename a lot (at daily base) so it is a real miss. Drag&Drop costs so much more time...
Make insertion of node text on double click customizable, per tree style options menu. See http://www.heidisql.com/forum.php?t=16104
Please login to leave a reply, or register at first.