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

Does crash bracket with base64-encoding! #37

Closed activenode closed 9 years ago

activenode commented 9 years ago

This plugin crashes brackets when using long base64-encoded images in e.g. an icons.css Brackets version: Release 1.2 Build 1.2.0-15697 (release 8f82e2a97) System: OSX

Hirse commented 9 years ago

I have created a simple fix for this issue. Could you please install the latest version of the extension from URL and let me know if it works?

Obras commented 9 years ago

Brackets still crashing if a long base64 encoded font is opened. I've installed last version (0.5.1) of the extension, and when trying to open a CSS file with an url(data:application/x-font...) rule, a Brackets Helper goes to the 100% of CPU and Brackets become unresponsive. Brackets version: 1.3 release 1.3.0-16022 Brackets Outline List version: 0.5.1 MacOSX Yosemite

Hirse commented 9 years ago

How did you install the extension? This fix is not yet released on the extension registry. Could you please use the second installation approach as described here and check if that fixes it?

Obras commented 9 years ago

Great, I used the URL installation and it seems the issue has gone. Thanks a lot!

Hirse commented 9 years ago

Thanks for the feedback. I am going to close this issue then.