Open mmayla opened 9 years ago
I thought this issue get produced from some hidden characters in the copied text but after some experiments to the problem, I figured out that this issue happen after writing any comment i.e.
{# my comment #}
Hi, Brackets uses codemirror, I just tried it, and it seems that the bug exist, what the extension do, is just activating the option that already exists, try the same code here, and you will see that it disapears too, please open an issue there https://codemirror.net/mode/django/index.html here is the repo https://github.com/codemirror/codemirror
I pasted this code from django official documentation site https://docs.djangoproject.com/en/1.8/topics/auth/default/#all-authentication-views
after that the text didn't show and brackets ui freezes.
force quiting and factory reset brackets didn't work, the only solution was changing the file type from django to html
This problem seems to happen with some text and not for the other, and I don't know why.