xpdota / event-trigger

Comprehensive FFXIV Overlays, Triggers, Dot Tracker, Log Analysis, and more in an easy-to-use tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Split tabs onto new windows

xpdota opened this issue · comments

Two separate features here:

  1. Ability to split a tab off from the main window into a secondary window.
  2. Ability to open another "copy" of certain tabs. Should be doable with events and such.

Implementation notes for 1:

Everything should be doable within SmartTabbedPane. There's already the notion of "DummyMarkerComponent" to represent a component which redirects to the real component, so we should be able to do something similar with a marker component to represent that the component has been split off onto a new window. This keeps all the tab indices the same.