-
Notifications
You must be signed in to change notification settings - Fork 7.6k
bad performance with code folding #12444
Comments
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 @thehogfather the original author of the plugin, maybe he has some ideas. |
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 @ficristo's suggestion of disabling the |
@thehogfather, I'm having this problem as well, so I tried setting |
@didiraja if you are running a development build of Brackets, @thehogfather just fixed the problem with If not, should be fixed in next release. As for me, it fixes everything. @thehogfather I have a solid repro of the code folding performance problem, I will file the bug this weekend. I don't really need the fix given that you gave a great workaround, but it would be nice to solve it once and for all, agreed? |
@lkcampbell agreed. |
@thehogfather filed the new performance issue #13282. |
@didiraja, there is a second performance fix for cold folding, which will be available for version 1.10. 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. |
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: