Steps to reproduce this issue
- type two search terms in database or table filter
- separate them with some regex (I often use
pipe)
- remove the filter with
Ctrl + backspace to delete entire word
Current behavior
at present Ctrl + backspace will write a rectangle �
Expected behavior
the entire word in front of the cursor is removed
this works well in the query editor or quick filters (multi line text boxes)
Other areas
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.
Possible solution
- I know this from WinForms where I have to check the keys typed and then remove the last word manually up and including the next non-letter and non-digit character from the end
- see answer by Patrick McDonald to get some idea how this could be fixed manually
Environment
- HeidiSQL version:
9.5.0.5253
- Operating system:
Win 10 1709
Steps to reproduce this issue
pipe)Ctrl + backspaceto delete entire wordCurrent behavior
at present
Ctrl + backspacewill write a rectangle�Expected behavior
the entire word in front of the cursor is removed
this works well in the query editor or quick filters (multi line text boxes)
Other areas
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.
Possible solution
Environment
9.5.0.5253
Win 10 1709