tree-view-open-files icon indicating copy to clipboard operation
tree-view-open-files copied to clipboard

Order of sidebar opened file list in sync with the tab order

Open volumetric opened this issue 9 years ago • 2 comments

  1. Opening new file will add the entry on the sidebar right next to currently selected entry (insertBefore) , instead of adding it at the last (appendChild)
  2. Moving the tab of opened files (either by mouse, or using key-binding), will reorder the entries of opened file in the sidebar, in same order as the tabs.

These will enable a proper mapping between the order of the open files tabs and their corresponding entries in the sidebar.

volumetric avatar Feb 07 '16 23:02 volumetric

@postcasio Please take a look and see if it is OK. Thanks.

volumetric avatar Feb 07 '16 23:02 volumetric

Hey @postcasio, please let me know if you need any help with reviewing and merging the pull request.

Regards --Vinit

volumetric avatar Feb 09 '16 02:02 volumetric