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 579764 - Word slicing by _ in gtk/gtktextiter.c
Word slicing by _ in gtk/gtktextiter.c
Status: RESOLVED DUPLICATE of bug 727972
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-04-21 19:37 UTC by brainfucker
Modified: 2014-04-10 15:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description brainfucker 2009-04-21 19:37:20 UTC
in gtk/gtktextiter.c there are special function that responds for word slicing.
for example if you type "word" somewhere in gnome, and press CTRL+LEFT, pointer will moved in the starts of this word, but if you type "word_another" and press CTRL+LEFT, pointer will moved after "_" symbol, its doesn't meter for normal typing, but very important for programming, for example you type "some_func" and need to move in the beginning of function name, also because of this feature is used in gedit snippets

Other information:
sorry for my english
Comment 1 Sébastien Wilmet 2014-04-10 15:30:17 UTC
The root of the problem is bug #727972.

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