After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 611676 - Ctrl+Delete operation is too greedy
Ctrl+Delete operation is too greedy
Status: RESOLVED DUPLICATE of bug 727972
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 522367 611323 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-03-03 09:11 UTC by Angel Abad
Modified: 2014-04-10 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Angel Abad 2010-03-03 09:11:07 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!
Comment 1 Paolo Borelli 2010-03-14 14:16:09 UTC
delete handling is done in GtkTextView, reassigning.
Comment 2 Paolo Borelli 2010-07-10 08:52:55 UTC
*** Bug 611323 has been marked as a duplicate of this bug. ***
Comment 3 Sébastien Wilmet 2014-04-10 14:38:40 UTC
*** Bug 522367 has been marked as a duplicate of this bug. ***
Comment 4 Sébastien Wilmet 2014-04-10 15:31:52 UTC
The root of the problem is bug #727972.

*** This bug has been marked as a duplicate of bug 727972 ***