You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Brackets repo, run grunt build to generate a new src/styles/brackets.min.css (I created mine based on a5a2cd53d5bf9486a3ebf33e715f991a4b3a4c3e)
Ensure View > Word Wrap is enabled
Open the aforementioned file in Brackets
Scroll all the way to the end
Result:
Sooner or later, Brackets freezes with the renderer process (not the main process) utilizing around 17-20% of CPU usage.
Windows 8.1, Brackets 1.2 Shell (official), a5a2cd53d5bf9486a3ebf33e715f991a4b3a4c3e.
I reproduced this with a vanilla version of Brackets, without any extensions and with all preferences set to their default (aka first launch).
The text was updated successfully, but these errors were encountered:
Comment by MarcelGerber Saturday Apr 11, 2015 at 00:38 GMT
It's literally an issue with f3644f7e2a97265f8fe56fb37b7240e42edf8b3d. (I git bisected 3 times to find that, and double-checked the actual culprit, so yeah, it is).
Issue by MarcelGerber
Friday Apr 10, 2015 at 23:45 GMT
Originally opened as adobe/brackets#10879
grunt build
to generate a newsrc/styles/brackets.min.css
(I created mine based on a5a2cd53d5bf9486a3ebf33e715f991a4b3a4c3e)View > Word Wrap
is enabledResult:
Sooner or later, Brackets freezes with the renderer process (not the main process) utilizing around 17-20% of CPU usage.
Windows 8.1, Brackets 1.2 Shell (official), a5a2cd53d5bf9486a3ebf33e715f991a4b3a4c3e.
I reproduced this with a vanilla version of Brackets, without any extensions and with all preferences set to their default (aka first launch).
The text was updated successfully, but these errors were encountered: