GNOME Bugzilla – Bug 611676
Ctrl+Delete operation is too greedy
Last modified: 2014-04-10 15:31:52 UTC
In Ubuntu DisgruntledGoat reported: The Ctrl+Delete action is too greedy, it deletes muc more than I expect and more than any other application I have used. In gedit, it seems to delete all non-alphanumeric characters, plus the next "word". Normally this function only deletes one set of characters. For example, if you have the string: ..... aaaaa bbbbb Then using Ctrl+Delete from the start of the line should only delete the punctuation and space. In gedit, however, it also deletes the set of a's. Similar things happens for Ctrl+Left or Ctrl+Right - the cursor moves a lot further than it should. Launchpad ref: https://bugs.edge.launchpad.net/ubuntu/+source/gedit/+bug/389184 Thanks!
delete handling is done in GtkTextView, reassigning.
*** Bug 611323 has been marked as a duplicate of this bug. ***
*** Bug 522367 has been marked as a duplicate of this bug. ***
The root of the problem is bug #727972. *** This bug has been marked as a duplicate of bug 727972 ***