emmetio / Emmet.sugar

Emmet plugin for Espresso editor
58 stars 9 forks source link

Emmet crashes ...Espresso 2.2.2 #6

Open jwurmitzer opened 10 years ago

jwurmitzer commented 10 years ago

Hi - just discovered that Emmet crashes with the latest version of Espresso 2.2.2. MacRabbit are saying: "Thanks for sending MacRabbit a crash report! You will need to email the Emmet developer; it looks like the crash is in the JSCocoa framework that it relies on, which is not something we can fix."

Cheers

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

carlrafting commented 10 years ago

I have the same issue and i've also reached out to MacRabbit and they said the same thing. Emmet is an awesome plugin and it's a shame it doesn't work in the latest version of Espresso. :( Would love to help out in anyway i can.

nodequery commented 10 years ago

The original repository was forked by @pingjiang to fully support Yosemite and the problematic JSCocoa was completely replaced with JavaScriptCore APIs. Simply build it in Xcode and you're good to go.

https://github.com/pingjiang/emmet-objc/commit/d58f30ce40f2a7c07f3af0d4e4b821305e4fd11f

I've additionally uploaded my own build for any of you who don't know what to do with the source. All credit goes to the original authors and I don't take any responsibility. You are however free to message me if you come across any other problems, I don't use it very frequently.

Emmet.sugar.zip (Newer version below)

krishunt commented 10 years ago

Thank you for posting that! I have no experience with Xcode.

carlrafting commented 10 years ago

@nodequery You do deserve credit for bringing that repo to my attention, at least... So thanks! :)

deemsk commented 10 years ago

@nodequery thanks a lot. You helped me out too :)

keeneyemedia commented 9 years ago

@nodequery thanks for posting! Espresso has been crashing a ton until this. :)

bigcharles commented 9 years ago

@nodequery / all: Many thanks for this new build — Espresso no longer crashes. However I've found the HTML feature Go To Matching Pair (the reason I installed this plugin) does not work.

I would be willing to place a small bounty on this issue. Anyone interested?

nodequery commented 9 years ago

@bigcharles No need for a bounty. It seems to be a rather simple issue with one of the setters. I already fixed it with a workaround but would rather try to correct the actual function. I'll keep you updated.

nodequery commented 9 years ago

@bigcharles Strangely I couldn't get the setters to work but instead added replacement functions. If you come across any more issues feel free to contact me.

Emmet.sugar.zip (Espresso 2.2.2)

bigcharles commented 9 years ago

@nodequery Checking it out now. Many thanks UPDATE: works great! thx

napa-web-designer commented 9 years ago

Thanks. Works for me also.