Hi I am looking for a help regarding ST3 freezing after hitting tab at a specific point in the file.
It happens every time I get to a same point in a particular file and hit tab. I am writing my first html email. As I understand it, everything has to be in tables and my styles have to be inline. To be able and make some sense of this file I am adding indentation wherever I see it helpful.
This problem occurs only at a specific part of that file. It doesn’t happen anywhere else.
I start with a tag in question and I try to add tab on a new line, right after an opening quotation mark for a value of an attribute (ex: <sometag style=“ followed by “enter” then “tab” and it freezes). Also it happens even if I hit enter, write my code, and then I try and move everything with tab.
Even if my indentation is not semantic, trying to set indentation with tab button is still no reason for this software to freeze. Each time it happens, I have to “force quit”. It always happens within the same place of that tag, right before the last attribute, or its value if, when on a last line.
And if I delete that tag and move the content one level above, or even if I rewrite that part of the content, it follows it. It’s almost as if it’s stuck to that last place.
I did try writing a new file, a number of times. I did try starting a new folder, with a new file. What I do is, I do copy my code to the TextEdit and copy it back to a new file in Sublime Text. Aside from rewriting this file from scratch line by line, are there any suggestions or help anyone could give me?
This doesn’t happen with this file in other editors, like TextEdit, Espresso, or Brackets.
P.S. Sorry if my writing is not really clear, English is my second language so grammar and sentence structure tend to be shity.