eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

[Feature Request] Multiple tab actions #281

Open atorkhov opened 6 years ago

atorkhov commented 6 years ago

Please add ability to multi-select tabs in tab list and do actions with them

busimus commented 6 years ago

Coming from Chrome, where selecting and moving multiple tabs is supported by the browser, I miss this functionality very much. This extension is my only hope to get similar functionality on Firefox.

Being able to Ctrl-select and Shift-select multiple tabs to close/move/reload them with this extension would be great.

Luckz commented 6 years ago

Considering the weird way https://addons.mozilla.org/en-US/firefox/addon/multiple-tab-handler/ is implemented (dragging a box to mark tabs, basically?), I'd wager a guess that WebExtensions don't make this too easy.

busimus commented 6 years ago

@Luckz Well, dragging a box is not the only way you can select multiple tabs in that extension (Ctrl and Shift selections work fine). And I don't see how dragging a box is weird.

But the important part is that it integrates with Tree Style Tab extension (which is similar to this extension) and makes it work almost seamlessly. It would be my go-to solution for the problem, if only I didn't hate Tree Style Tab.

Luckz commented 6 years ago

Might want https://bugzilla.mozilla.org/show_bug.cgi?id=1376251 first.

eoger commented 6 years ago

There is some action going on in bug 566510, we might want to align with that effort at some point (also Tab.highlighted property has just landed!).

Keith94 commented 6 years ago

Progress is now being tracked in bug 1458007!

Keith94 commented 6 years ago

Dependency: 1464862 - Expose multiselected status to "tabs.Tab.highlighted", and allow to change it via "browser.tabs.highlight()"

Keith94 commented 6 years ago

Bug 1464862 was fixed today. :)

https://hg.mozilla.org/mozilla-central/rev/4e78d806cb63

Keith94 commented 5 years ago

Maybe related? https://bugzilla.mozilla.org/show_bug.cgi?id=1474440

pieqq commented 5 years ago

According to Mozilla Firefox 64 release notes:

Enhanced tab management: You can now select multiple tabs from the tab bar and close, move, bookmark, or pin them quickly and easily

Does it mean the bits needed to implement this in Tabcenter-Redux are available? The christmas tree that is my current Firefox session would love it! :D :christmas_tree:

Acid-Crash commented 5 years ago

Hi here. Are there any updates on the feature? As for now, Tab multiselect is there in FF65 (browser.tabs.multiselect) is activated by default. Also it is supported by other Tab extensions (Tree Style Tabs)

junkblocker commented 5 years ago

Hello, any plans to build this anytime soon?