-
Notifications
You must be signed in to change notification settings - Fork 20
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
Brackets freeze on some (huge) files #41
Comments
Thanks for logging this and the info! I will need to take a close. I am really hoping it is the version of Tern itself. |
@hacker112 sorry i am bit slow on this... but I have been able to see the issue. it has to do with accessing |
Well I have been quite busy with other projects as well ;) |
@MiguelCastillo Note, what I was able to observe is that the problem is with the file you are switching from, not the file you are switching to. Certain files I'm switching from, will be slow no matter which file I choose to switch to; however, the inverse of switching back to that file will be quick. |
@hacker112 @dalekprime I have pushed to master some changes that address some issues that would cause performance problems. I am working on some other changes to clean up some memory hoarding... But if you could please try what is in master and let me know if it is better, that would be fantastic! Cheers. |
@MiguelCastillo I now upgraded to 0.7.3 again (been on 0.6.1 until now). I tried switching between the huge file I hade problem with before and an other file. Now I can not reproduce the problem. So maybe something has changed in Brackets since january? I will work with 0.7.3 and see if I will be able to reproduce it again and then try the master if the problem occurs again. |
@MiguelCastillo After working with 0.7.3 for a while I started to see some slowdown while switching between some files so I changed to current master and so far I have not have any problems, so it looks like it works better now :-) |
When jumping between files (ctrl+tab), Brackets freezes about a second.
Not always but it seems to happen when jumping from some large files.
I tried some of the earlier version for comparison and I find that it is not a problem in 0.6.1 but it is a problem in 0.7.0 and 0.7.3.
The text was updated successfully, but these errors were encountered: