pipe)Ctrl + backspace to delete entire wordat present Ctrl + backspace will write a rectangle
the entire word in front of the cursor is removed
this works well in the query editor or quick filters (multi line text boxes)
this could be applied in most textboxes but won't be as relevant. See table tabs in Basic, Options, Indexes and Foreign keys. I suppose it's the same issue as in Win Forms; all Textboxes show this behaviour. If it only deleted one letter but adding a box is just weird.
yes, I'm always using the latest nightly and it's still there. It's not in the Query tab textbox but all the text fields like search.

Still an issue in 5565. It would be a nice little enhancement!
Same for me.
And I want to add that Ctrl+Delete doesn't work in Query tab (but works in other inputs). It should delete word from the right side of a cursor.
And I want to add that Ctrl+Delete doesn't work in Query tab (but works in other inputs)
How can it be you're experiencing the exact opposite than the other reporters here? Maybe on Wine?
No, I'm on Windows 10.
Seems like you misread my message. I told about Ctrl+Delete on Query tab. Ctrl+Backspace issue is still there for me.
Yes, I misread that. Indeed, I can confirm that Ctrl+Backspace does not work in single line edit-boxes, and Ctr+Delete does not work in SQL areas.
Though SynEdit supports that "delete next word" - by default it has Ctrl+Shift+Delete Ctrl+T. You can change that in Tools > Preferences > Shortcuts > SQL editing:

Thanks.
But it's strange default shortcut because all text editors use Ctrl+Delete.
According to the relevant line in SynEdit this is by default Ctrl+T, which is overridden by HeidiSQL for "new tab". I'm scratching my head where this Ctrl+Shift+Delete comes from.
Is there any chance to make Ctrl+Delete default for consistency with other editors?
Yes, I can try to initialize it by default to that.
Thanks 馃憦
I just pushed a few changes, which should enable Ctrl+Backspace on most (if not all) edit boxes in HeidiSQL. This implements a workaround I found here, though it works very good for me here. For those who want to check, please wait half an hour and download the next build.
yes, it works. Thanks so much.
New default shortcut for "delete next word" in the next build is changed from Ctrl+T to Ctrl+Del.
No complaints so far, so I'll close this issue. Please shout if I am missing something.
Shit: The popup text editor now does not accept the Enter key - instead it selects the text.
Next build leaves that hack away for multi-line memos, for which the Enter key was broken. I have no clue how to fix that Ctrl+Backspace for these.
@ansgarbecker I found another strange default hot key: why default key for Undo is Alt+Backspace and not Ctrl+Z as in all programs in the world? :)
In Query tab Ctrl+Z cancels only few steps. Alt+Backspace works normal.
Unfortunately, I had to revert my previous solution for supporting Ctrl+Backspace. This introduced too many new bugs. I will have to find a better one.
Here's another approach: simulating the selection and removal of the word left to the cursor in an OnKeyPress event. (or maybe better using some Windows message event)
Just pushed a new attempt to support Ctrl+Backspace, using an application wide OnShortCut event:
Works well enough for me. No clue how to fix the undo issue though.
Could someone please test the new build?
EM_REPLACESEL message
Most helpful comment
I just pushed a few changes, which should enable Ctrl+Backspace on most (if not all) edit boxes in HeidiSQL. This implements a workaround I found here, though it works very good for me here. For those who want to check, please wait half an hour and download the next build.