Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bulk selecting tabs #25

Closed
leedoyle opened this issue Nov 18, 2018 · 7 comments
Closed

bulk selecting tabs #25

leedoyle opened this issue Nov 18, 2018 · 7 comments

Comments

@leedoyle
Copy link

leedoyle commented Nov 18, 2018

Please implement bulk selecting tabs.
In the legacy past one would do it with muiltiple tab handler, but as of now, MTH and panorama tab groups don't have a way to communicate.

I would be happy if we could bulk select tabs while in panorama view while holding ctrl or shift.

@piroor
Copy link

piroor commented Nov 21, 2018

Firefox 63 and later supports multiselection of tabs natively. (Note that you need to activate browser.tabs.multiselect via about:config on Firefox 63.) You can collect multiselected tabs like browser.tabs.query({ windowId: tab.id, highlighted: true }), so I think Panorama Tab Group should move them together if there are multiselected tabs and the tab is a part of multiselection.

@piroor
Copy link

piroor commented Nov 21, 2018

By the way, if Panorama Tab Groups provides an extra tab context menu item like "Move Tab(s) to Group" (it will have its submenu for existing groups) via browser.menus.create(), it will appear in the context menu of MTH (and Tree Style Tab also) on Firefox 64 and later. We don't need to do special things for integration of both addons anymore.

@BlangTech
Copy link
Contributor

I'm working on the implementation of the context menu right now. I liked that feature very much in the old "Tabgroups"-Addon from Quicksaver.

@uniquePWD
Copy link

Just to be clear, within the current Nightlies, there's no way to select multiple tabs from within the tab group overview screen.

@marsjaninzmarsa
Copy link
Contributor

marsjaninzmarsa commented Nov 21, 2018

Just to be clear, within the current Nightlies, there's no way to select multiple tabs from within the tab group overview screen.

And should be. 😉

@leedoyle
Copy link
Author

Just to be clear, within the current Nightlies, there's no way to select multiple tabs from within the tab group overview screen.

@pwd-github
Yes, and that feature also didn't exist in the legacy Tab Groups by quicksaver. It would be great if that was also implemented (e.g. by @BlangTech @RadekManak , @projectdelphai or @nyordanov , alongside the integration @piroor has been speaking about.
Sorry, your confusion is my fault - in fact, I should have created two issues - one for multi selecting while in panorama view and one for integration with browser's native tab multiselect or Multiple Tab Handler

(Firefox 63 and later supports multiselection of tabs natively

However, the issues are closely related in that they serve the same purpose, so I'll let this issue be the way it is.

@projectdelphai
Copy link
Owner

There's not enough information to know exactly what you mean by select multiple tabs, but if I understand you correctly you can now select multiple tabs and then send to another group via the right-click context menu. There's some peculiarities about the "Send to" function that doesn't work great but it's progress. Reopen if you wanted something else.

@leedoyle leedoyle changed the title bulk selecting tabs bulk selecting tabs in panorama view Sep 19, 2020
@leedoyle leedoyle changed the title bulk selecting tabs in panorama view bulk selecting tabs Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants