[epiphany] window: Add a FIXME



commit 559e2ed8f76f36fe111e9edeb8bde88a07b4c690
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Aug 24 19:33:27 2017 -0500

    window: Add a FIXME
    
    It's not possible to ignore or learn words currently, because Epiphany
    removes all WebKit's context menu items.

 src/ephy-window.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 95ad987..195ec98 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1535,6 +1535,10 @@ populate_context_menu (WebKitWebView       *web_view,
     GList *l;
     gboolean has_guesses = FALSE;
 
+    /* FIXME: Add a Spelling Suggestions... submenu. Utilize
+     * WEBKIT_CONTEXT_MENU_ACTION_NO_GUESSES_FOUND,
+     * WEBKIT_CONTEXT_MENU_ACTION_IGNORE_SPELLING, and
+     * WEBKIT_CONTEXT_MENU_ACTION_LEARN_SPELLING. */
     for (l = spelling_guess_items; l; l = g_list_next (l)) {
       WebKitContextMenuItem *item = WEBKIT_CONTEXT_MENU_ITEM (l->data);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]