GNOME Bugzilla – Bug 795631
Provide context menu for annotations in sidebar
Last modified: 2018-05-22 17:35:19 UTC
It would be nice if the sidebar annotations had a contextual right click menu, (like sidebar bookmarks already have) this way you can activate actions like "Show Properties" or "Delete annotation" from the contextual menu. I'll be attaching a patch that implements this feature.
*** Bug 793909 has been marked as a duplicate of this bug. ***
Created attachment 371495 [details] [review] sidebar-annotations: Add context menu for sidebar annotations Implement new contextual menu for annotations in sidebar, we reuse the code that EvWindow uses to populate the EvWindow context menu with annotation actions, so we are showing the same actions and if new actions are added they will be shown in both places. We also implement the GtkWidget "popup" signal so the context menu can also be triggered by keyboard (usually Shift-F10 or specific context menu key in some keyboards).
-- 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/evince/issues/891.