Open nyubbie opened 9 years ago
Debug > Reload without extensions
to see if it's really a Brackets core issue or simply related to some extension you have installed?I understand @MarcelGerber but this didn't happen in other older code editors (maybe different underlying engine). Ironically, I had to boot up an old version of Dreamweaver to edit that minified file. Also, i tried the minified file again without extensions enabled -- take note this discolouration and freezing only happens when the entire minified file is of 1 line.
Anyway, just highlighting this to you guys. You guys are still doing a great job -- keep it up :)
So, what was the outcome of running Brackets without extensions? Also, there's gonna be a fix (#10882) in Release 1.4 which fixes some issues we had with CSS specifically.
Oh. Oops -- still the same.
Alright, good to know. :)
I have the same problem, it's freezes every time when i paste or open compressed codes.
@abisonjohn Did you try running Brackets without extensions? (Debug > Reload without extensions
)
Also, what file types does Brackets have problems with? JS? CSS?
@MarcelGerber I tried your way, and it's work's and found one problem that some portion of the code is not colored.File type is CSS
That's expected. Read the other part if this issue to get more information.
Have been experiencing uncolored code for large minified CSS files -- apparently the Bracket's theme colors stop at a certain point, making the rest of the code just a normal black color text.
Upon scrolling the entire document for some time, the entire file freezes and doesn't work for a few seconds. Bracket's File / Edit / Find / View bar still works though.
However, if I use Search (CTRL + F) on the entire file, the entire file freezes for so long I have to force close the program and reload again.
Is this normal?