peter-frentrup / NppMenuSearch

Notepad++ Menu Search Plugin
Other
39 stars 11 forks source link

Using Ctrl+BS to remove previous word in txtSearch instead of inserting an unreadable symbol #30

Closed d0vgan closed 11 months ago

d0vgan commented 2 years ago

When Ctrl+BackSpace is pressed, an unreadable symbol is added to the text in the txtSearch. This is the standard behavior of Windows edit control, though it would make much more sense to make Ctrl+BackSpace to delete a previous word similarly to how Ctrl+Delete deletes a next word. This pull request makes Ctrl+BackSpace to delete the previous word from the caret in txtSearch.