bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

Make tabs rearrangeable

Open 0xdevalias opened this issue 8 years ago • 2 comments

It would be awesome if we could rearrange the tabs when we have multiple files open. (Similar to how chrome does it)

  • Drag tabs to change the order.
  • Drag a tab 'out of' the tab bar to have it open in a new window.
  • Etc

0xdevalias avatar May 24 '16 05:05 0xdevalias

Darklaf does support this behaviour when enabling drag and drop for tabbed panes:

https://github.com/weisJ/darklaf/blob/54bd006ad249dc98bd11b977532b99c7aad2ffca/core/src/test/java/com/github/weisj/darklaf/ui/tabbedPane/AbstractTabbedPaneDemo.java#L107

(Only the putClientProperty part is relevant)

weisJ avatar Jul 12 '21 17:07 weisJ

Darklaf does support this behaviour when enabling drag and drop for tabbed panes:

https://github.com/weisJ/darklaf/blob/54bd006ad249dc98bd11b977532b99c7aad2ffca/core/src/test/java/com/github/weisj/darklaf/ui/tabbedPane/AbstractTabbedPaneDemo.java#L107

(Only the putClientProperty part is relevant)

Thank you! I will look into adding this into BCV

Konloch avatar Jul 13 '21 08:07 Konloch

A preview for this feature is located at https://github.com/Konloch/bytecode-viewer/actions/runs/7245057185 - it will be included in the next BCV release

Konloch avatar Dec 18 '23 07:12 Konloch