GNOME Bugzilla – Bug 758415
Inline checker: add an option to select the language from the context menu
Last modified: 2016-05-16 13:21:14 UTC
Like in GtkSpell. Currently the language must be chosen externally, with a button or a dialog. But it can be useful to select the language directly from the context menu (right-click menu).
Possible function names for that are: gspell_text_view_{set,get}_show_language_menu()
No, the API has changed and now the GspellInlineCheckerText is public. So a boolean property 'language-menu' can be added to the class.
Done.