postcasio / tree-view-open-files

Atom package to show open files in a list above the tree view. (like Sublime Text)
MIT License
27 stars 20 forks source link

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

Open volumetric opened 8 years ago

volumetric commented 8 years ago
  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 commented 8 years ago

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

volumetric commented 8 years ago

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

Regards --Vinit