GNOME Bugzilla – Bug 727972
Word boundaries for non-natural-language words
Last modified: 2014-04-23 11:08:28 UTC
Currently word boundaries in GtkTextView is implemented with the is_word_start and is_word_end PangoLogAttr attributes, i.e. only for natural-language words. Those attributes are useful to delimit words for the spell checking for example. But for word movements (Ctrl+Left, Ctrl+Right) or word selection (double click) it would be better to include also non-natural-language words, like a group of contiguous non-alphanumeric characters (punctuation, …). In other words, have the same word boundaries as Vim. Ctrl+Left would be the same as 'b' and Ctrl+Right the same as 'e'.
*** Bug 346499 has been marked as a duplicate of this bug. ***
*** Bug 579764 has been marked as a duplicate of this bug. ***
*** Bug 649589 has been marked as a duplicate of this bug. ***
*** Bug 611676 has been marked as a duplicate of this bug. ***
*** Bug 305167 has been marked as a duplicate of this bug. ***
*** Bug 421953 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 530405 ***