Peter Flynn
Peter Flynn
@phcoliveira Did you try setting `insertHintOnTab` in your [Brackets preferences](https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences)?
Also note: You can release an update to the extension at any point with `"brackets": ">=0.36.0"` in your package.json file; any users who are still on older versions of Brackets...
Definitely doesn't happen for me, and never reported before. I see this came from adobe/brackets#6902... @gnetsys, I think in the original report you mentioned using a custom build of brackets-shell?...
So just to be clear... - If you have _no_ extensions enabled, and you quit & relaunch Brackets, it works perfectly fine. - If you install _only_ the SVG Preview...
What about the sprint 35 vs. 36 question? Also, if you don't mind could you test in a Sprint 30 or earlier build as well? (That is, before the "dark...
Could you also test with a Sprint 30 or earlier build? It's important to know whether this is specific to the 'dark shell' window style or not. Also, can you...
@gnetsys Here's another thing you could check: 1. Launch Brackets _without_ SVG Preview installed/enabled 2. Verify that clicking works properly 3. Install SVG Preview via Extension Manager. Do _not_ restart...
Also, odd question but -- could you make sure your graphics drivers are up to date? (On the off chance that this is some sort of Chromium/CEF repaint related issue)....
@gnetsys Did you open any SVG files during that time? Do you still see the freeze if you don't open or view _any_ SVG files for the entire time Brackets...
@gnetsys Can you try editing your copy of the extension to comment out the `ExtensionUtils.loadStyleSheet()` call at the bottom of main.js? That seems like the leading plausible explanation -- something...