Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Outline is hidden after Project switch #54

Closed juice closed 7 years ago

juice commented 8 years ago

The Outline List disappears after switching to another Project.

In my case, i switch to a different Project with the top left Project Button. The Outline List hides, Brackets loads the previously opened Files, but the Outline List is now gone, even if the current selected file could use the Outline List.

A switch to another file and back again is a workaround.

Outline List should check after a Project Switch if the currently opened File in the Editor uses the Outline List.

Hirse commented 8 years ago

Yes, it should not disappear. Currently the outline is listening to the activeEditorChange and documentSaved events, but apparently those don't fire with the newly opened file but only without.

Hirse commented 7 years ago

Can't reproduce this anymore. Please reopen if you experience this again.