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 619950 - Gedit spell check isn't performed in C block comments beginning with '/**'
Gedit spell check isn't performed in C block comments beginning with '/**'
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-28 14:40 UTC by Oni
Modified: 2019-03-23 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oni 2010-05-28 14:40:22 UTC
If I write this in gedit (as C code):

/** hello worlf */
/* hello worlf */

the wrong word 'worlf' isn't underlined in red in the first case (if the block comment begins with '/**').

This bug goes away if I set the snippet as C++ code (in that case both 'worlf' are correctly underlined).

OS: Ubuntu lucid
Comment 1 Paolo Borelli 2010-06-02 19:49:10 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.