-
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
[CLOSED] bad performance with code folding #10650
Comments
Comment by ficristo You could try to tweak the preferences for Other thing: is it slow for every file, or only if there are a lot of code folding markers? /cc |
Comment by thehogfather most of the time I would say if you've traced performance issues down to code folding, it might be because of the preference to saveFold states. Saving and reloading fold states can be expensive on large files (particularly if one has collapsed all fold regions in a large file). I would suggest trying |
Comment by lkcampbell
|
Comment by lkcampbell
If not, should be fixed in next release. As for me, it fixes everything.
|
Comment by thehogfather
|
Comment by lkcampbell
|
Comment by lkcampbell
Since no steps were provided to reproduce this issue, I am going to assume that either using the workaround of setting If this is not the case, and you can provide some steps to reproduce your issue, free feel to reopen this issue so we can investigate it further. |
Issue by didiraja
Sunday May 22, 2016 at 21:17 GMT
Originally opened as adobe/brackets#12444
I use Brackets release 1.11 on my personal computer with Win7 x64. When I updated to get new features, the versions 1.15 e 1.16 turns out with a problematic delay while typing. This part, I know that is normal for some users.
So I downgraded back to 1.11. But, code folding is an important feature, so, I installed the plugin (the same that was posteriorly incorporated to official release). After that, the release that was so nice on my computer went bad.
This is more a suggest than an issue report: Maybe is not just it, but, maybe the problem is with the code folding plugin.
The text was updated successfully, but these errors were encountered: