tree-view-open-files
tree-view-open-files copied to clipboard
Order of sidebar opened file list in sync with the tab order
- 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)
- 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.
@postcasio Please take a look and see if it is OK. Thanks.
Hey @postcasio, please let me know if you need any help with reviewing and merging the pull request.
Regards --Vinit