Sublime Forum

Crash report on 3143

#1

Hi everyone.
I’ve isolate a little piece of comment which make ST3 3143 crash for sure.
Here is the link, hosted on my drive : right there . To crash, simply push tab button on the second line. Work every time for me.

I’m on Win10 x64, and I can give you more informations if requiered.

0 Likes

Plugin_host crash on Win10 x64
#2

Just uninstall Emmet and the problem will go away, no?

0 Likes

[Solved] Bug: Indenting inline CSS
#3

Just tried and yes, you’re right. Is this normal ?

0 Likes

#4

it’s normal in the sense that Emmet is a very poorly designed and unmaintained package, yes:


0 Likes

#5

Yeesh. I never bothered releasing my own HTML autocompleter because everyone used Emmet. I had no idea it was such a mess.

Warning: this plugin may not work at all in some OSes since it written in JavaScript and uses PyV8 and Google V8 binaries to run.

What.

0 Likes

#6

@kingkeith: Thanks for the the links, I’m not english so I didn’t type the good word on search to find those posts. Interesting to see how it affect differents OSs, such as differents builds.

@ThomSmith: Yeaa a huge mess, I can’t understand for now but it seems to be very hard.

In fact, Emmet sometimes do his “thing” on something which he normally should not care about, like inside a comment, or a string in JS, etc…
BUT everytimes it seems to happen when cursor is on the very beginning of a line ==> isn’t there an
if(nothing-before-cursor AND something-right-after-cursor) {Emmet : false}
formula to put somewhere?

Or maybe it’s not as simpler as this, and it will not be a surprise.

0 Likes