Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 626 Bytes

TODO.md

File metadata and controls

13 lines (10 loc) · 626 Bytes
  • Closing last tab in a pane should close all open buffers and that pane

  • Closing a tab should close all buffers open in that tab

  • Closing a tab that's has an item that's open in two panes, kills the editor instance in other panes

  • Add "Close Buffer" (Cmd+ctrl+w shortcut) to tab context menu in addition to "Close Tab"

  • Handle bad case of active item not having a tab

    • Check this again after fixing above issues
    • try finding active tab by class
    • if that failes open in a new tab instead
  • Ability to create a new tab on demand

  • Ability to toggle between current & previous item