GNOME Bugzilla – Bug 771582
GspellTextBuffer: add API to set a no-spell-check GtkTextTag
Last modified: 2017-05-24 14:00:15 UTC
Currently gspell supports the no-spell-check GtkTextTag of GtkSourceView, by looking at a tag named "gtksourceview:context-classes:no-spell-check". But for applications that don't use GtkSourceView, it can be useful to provide another tag. Currently, it is possible to do that by creating a tag with the same name as the GtkSourceView tag, but it sucks API wise. It would be better to have an explicit API. GspellTextBuffer could have a no-spell-check-tag property, with the usual getter/setter functions.
*** Bug 782278 has been marked as a duplicate of this bug. ***