GNOME Bugzilla – Bug 149715
Add middle-click on New Tab/Window button to open URL on clipboard
Last modified: 2006-09-24 20:03:02 UTC
Galeon has a very useful feature, if you add a New Tab or New Window button to the toolbar and middle click on it, it will open a new tab/window (respectively) and go to the URL in the clipboard. This mirrors the middle-click-inside-window pref inside ephy and is faster for power users without confusing new users.
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Agree, it will be wonderful ! But wich clipboard ? The Ctrl+C one or the selected one ? (I would prefer the selected one). ++ for this feature.
For consistancy the PRIMARY selection, i.e. the "selected text" clipboard.
Sounds like a bug for harves :-)
2006-09-24 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-window.c: (ephy_window_constructor): * src/ephy-lockdown.c: (update_window): * src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/window-commands.h: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/ephy-toolbar.c: (ephy_toolbar_set_window): * src/ephy-home-action.c: (ephy_home_action_activate): Add middle-click on New Tab/Window button to open URL on clipboard. Fix bug 149715. Both New Tab and New Window actions are now EphyHomeAction.