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 613768 - First letter autocorrection fails.
First letter autocorrection fails.
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-03-24 03:58 UTC by Andreas J. Guelzow
Modified: 2010-03-26 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2010-03-24 03:58:28 UTC
Even after I enable auto correction of first letters of sentence, it does not happen.

For example if I type:

Hello. world.

into a cell I would have expected that it is changed to 

Hello. World.

This is with regular gconf configuration.
Comment 1 Andreas J. Guelzow 2010-03-24 04:05:25 UTC
Interesting: this is not implemented in the tool. It's only in our preference dialog and the gnuemric manual.
Comment 2 Morten Welinder 2010-03-24 14:41:18 UTC
	/* Sorry, not implemented.  I got tired.  */
#if 0
...
#endif

Andreas: this comment refers to the UTF-8 porting way back when.
The code inside appears to use UTF-8 primitives, but keep in mind
that it might not actually work.
Comment 3 Andreas J. Guelzow 2010-03-26 06:50:49 UTC
First letter autocorrection is now implement but still without exception support.
Comment 4 Andreas J. Guelzow 2010-03-26 16:04:47 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.