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

Identation Dots disappear #4

Closed maxwowpow closed 9 years ago

maxwowpow commented 9 years ago

Amazing extension!

As in you own screenshot to see, the identation dots disapear from the Code Editor. Extra ScreenShot

Maybe related to #3

Florian-R commented 9 years ago

I assume you use the show whitespace extension?

If so, yes it must be the same thing than #3, it's due to

$(EditorManager).off("activeEditorChange")
maxwowpow commented 9 years ago

Yes @Florian-R

Hirse commented 9 years ago

Fixed in 0.2.1 by 490fff8