GNOME Bugzilla – Bug 771582
GspellTextBuffer: add API to set a no-spell-check GtkTextTag
Last modified: 2021-05-17 16:14:19 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. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gspell/-/issues/25.