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 305055 - Wish: Spell-checker retains on/off toggle between instances
Wish: Spell-checker retains on/off toggle between instances
Status: RESOLVED WONTFIX
Product: gedit-plugins
Classification: Other
Component: General
2.18.x
Other All
: Normal enhancement
: ---
Assigned To: Gedit maintainers
Gedit maintainers
: 405062 416355 601992 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-05-22 01:15 UTC by Lucas Rizoli
Modified: 2019-03-23 20:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
enable spell check by default on document load (5.95 KB, patch)
2007-03-20 00:42 UTC, Ritesh Khadgaray ( irc:ritz)
none Details | Review

Description Lucas Rizoli 2005-05-22 01:15:00 UTC
It would be nice to have the Autocheck Spelling option remember whether it was
on or off, rather than having to activate it manually every time I use gedit.

Other information:
Comment 1 Paolo Maggi 2006-03-04 13:50:32 UTC
See also bug #308324
Comment 2 Paolo Borelli 2007-03-11 15:40:17 UTC
*** Bug 405062 has been marked as a duplicate of this bug. ***
Comment 3 Ritesh Khadgaray ( irc:ritz) 2007-03-18 05:58:25 UTC
hackish workaround. posted to gedit-list 
http://mail.gnome.org/archives/gedit-list/2007-March/msg00028.html

Comment 4 Ritesh Khadgaray ( irc:ritz) 2007-03-20 00:42:22 UTC
Created attachment 84926 [details] [review]
enable spell check by default on document load

enable spell check by default on document load

There is no UI configuration. To enable spell  check on load, by default

$ gconftool-2 --type bool  --set /apps/gedit-2/plugins/spellcheck/value true
Comment 5 Ritesh Khadgaray ( irc:ritz) 2007-04-03 13:15:18 UTC
for self-reference : 

RFE : Spell-checker retains on/off toggle between instances
https://bugzilla.redhat.com/bugzilla/235022
Comment 6 Ritesh Khadgaray ( irc:ritz) 2007-06-18 14:33:26 UTC
updating version .
Comment 7 Ritesh Khadgaray ( irc:ritz) 2007-06-22 14:28:02 UTC
I have uploaded _test_ packages for RHEL5, and F7 to links below

http://people.redhat.com/sundaram/gedit-2.16.0-5.el5.ritz.i386.rpm
http://people.redhat.com/sundaram/gedit-2.18.0-3.fc7.ritz.i386.rpm


Once installed run the command below, to enable auto-spellcheck on
document load.

$ gconftool-2 --type bool \
  --set /apps/gedit-2/plugins/spellcheck/value true


To revert back to "default" behavior

$ gconftool-2 --type bool \
  --set /apps/gedit-2/plugins/spellcheck/value false


ps: Thanks Sundaram, for hosting this.
http://rahulsundaram.livejournal.com/
Comment 8 Ritesh Khadgaray ( irc:ritz) 2008-09-15 17:15:55 UTC
Updated packages

For RHEL5
/CentOS 5
http://people.redhat.com/rkhadgar/personal/gedit-2.16.0-9.ritz.i386.rpm

http://people.redhat.com/rkhadgar/personal/gedit-2.16.0-9.ritz.src.rpm


For Fedora9

http://people.redhat.com/rkhadgar/personal/gedit-2.22.3-1.fc9.ritz.src.rpm

http://people.redhat.com/rkhadgar/personal/gedit-2.22.3-1.fc9.ritz.x86_64.rpm

http://people.redhat.com/rkhadgar/personal/gedit-2.22.3-1.fc9.ritz.i386.rpm



Once installed run the command below, to enable auto-spellcheck on

document load.

 

$ gconftool-2 --type bool \

   --set /apps/gedit-2/plugins/spellcheck/value true


The above command needs to run only _once_, after install.

Comment 9 Ritesh Khadgaray ( irc:ritz) 2009-09-08 09:06:50 UTC
*** Bug 416355 has been marked as a duplicate of this bug. ***
Comment 10 Fabio Durán Verdugo 2009-11-15 18:25:56 UTC
*** Bug 601992 has been marked as a duplicate of this bug. ***
Comment 11 Ignacio Casal Quinteiro (nacho) 2009-12-01 12:08:09 UTC
This is now remembered per document. We think this is the best way to manage this option so I'm closing this as WONTFIX.
Comment 12 Ritesh Khadgaray ( irc:ritz) 2009-12-01 12:15:26 UTC
Is it possible to enable spell-check by default ?
Comment 13 Ignacio Casal Quinteiro (nacho) 2009-12-01 12:17:35 UTC
you have to enable it per document, so no there is not such option.
Comment 14 Denny Crane 2009-12-01 13:29:01 UTC
Why is not allowing enabling it by default considered "the best way to manage" the option?
Comment 15 Ignacio Casal Quinteiro (nacho) 2009-12-01 13:32:12 UTC
The main reason for this is that we cannot have happy all our users, so we decided to choose the one that we considered better. Remember the spelling per document instead of globally. Anyway I gonna discuss about this again, because maybe we can add something like that.
Comment 16 Sadique 2009-12-01 13:40:31 UTC
IMHO, the best option is to enable spell check by default and add an option to disable it per document.