-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quickly switching between js files causes freezing. #13174
Comments
Comment by PabloK I'm using brackets 1.3 on windows 8.1 |
Comment by prafulVaishnav
|
Comment by PabloK Some files contain minified javascript but quickly pressing the files generated the same problem for short 100-200 row javascript files as well. I will aquire the information and return as soon as I can. |
Comment by PabloK 54 files in the project. I have a minified copy of require js in the project and switching from that file to another js file causes the problem immediately. |
Comment by d-akara I'm seeing this as well. Freezing up to 30 seconds. But not just js files. HTML as well. I hadn't seen this prior to 1.3. Happens on both my Mac and Windows 8.1 machine. It doesn't always consistently happen. Haven't been able to identify exactly what types of files are causing this issue. |
Comment by PabloK I have win 8 aswell. My problems are exactly the same. 100% Cpu load and about 30s of freezing. Json files have the same problem as js and html. Do you have javascript in your html templates? Thinking it might be somthing with the highlightibg engine. |
Comment by d-akara I was able to resolve my issue by removing the Ternific extension. |
Comment by MarcelGerber
cc |
Comment by PabloK Is that an extension that comes with brackets? I only installed the theme extension. I have actually uninstalled brackets after this bug. because I could not open it without having it crash. |
Comment by MarcelGerber Sorry to hear that! No, it's not an extension that comes bundled with Brackets, so apparently it's not what caused the issue for you. |
Comment by MiguelCastillo
To be perfectly clear though, ternific is only for JS. So if you are having performance issues with other file types, then I am not sure it would be ternific. |
Issue by PabloK
Monday May 04, 2015 at 05:30 GMT
Originally opened as adobe/brackets#11046
Hi I'm using brackets on a high-end machine but a simple task such as switching quickly between js files in the GUI causes it to freeze. This seems to occur even for small js files. Eventually the GUI catches up but some times I have to wait for several minutes.
The text was updated successfully, but these errors were encountered: