Emmet.codaplugin icon indicating copy to clipboard operation
Emmet.codaplugin copied to clipboard

Coda 2.5 Support

Open zshannon opened this issue 10 years ago • 73 comments

Coda was updated to v2.5 today. This broke support for Emmet. Is there a plan to restore functionality?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5333005-coda-2-5-support?utm_campaign=plugin&utm_content=tracker%2F351301&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F351301&utm_medium=issues&utm_source=github).

zshannon avatar Oct 16 '14 19:10 zshannon

+1 for this

craigbilski avatar Oct 17 '14 01:10 craigbilski

+1

wingsline avatar Oct 17 '14 01:10 wingsline

+2

mtedwards avatar Oct 17 '14 01:10 mtedwards

+2.5

timgavin avatar Oct 17 '14 01:10 timgavin

+3

daronspence avatar Oct 17 '14 05:10 daronspence

+2.5

one42 avatar Oct 17 '14 07:10 one42

+1

I worked on the Coda 2.5 beta testing team and Emmet was working until a few beta releases ago (2.5b19). It may be something to do with the new way plugins are created and shouldn't take much to fix hopefully. For some reason the FRC version moves the plugin to the disabled plugins folder.

kcwebdesign avatar Oct 17 '14 08:10 kcwebdesign

+1 update plz~

redgoose-dev avatar Oct 17 '14 10:10 redgoose-dev

+1

adammorland avatar Oct 17 '14 11:10 adammorland

+1

I only updated half an hour ago and I'm already going insane not being able to use emmet.

dougwollison avatar Oct 17 '14 14:10 dougwollison

+!

knorthfield avatar Oct 17 '14 14:10 knorthfield

I only hope this gets addressed as soon as possible. I'm going insane too.

jaime-md avatar Oct 17 '14 15:10 jaime-md

The guys at coda claim the plugin's been causing crashes for a while now; I always assumed it was something unrelated.

dougwollison avatar Oct 17 '14 15:10 dougwollison

+1 really need this.

virgafox avatar Oct 17 '14 16:10 virgafox

+10000

danielucas avatar Oct 17 '14 19:10 danielucas

I found that the original zen coding plugin still works under Coda, so as a temporary solution it should be good: https://code.google.com/p/zen-coding/downloads/detail?name=Zen.Coding-Coda.v0.7.1.zip

wingsline avatar Oct 17 '14 19:10 wingsline

+42 on that issue.

I'd fix it myself if i knew how the coda plugins works, unfortunately, i don't :(

Asone avatar Oct 18 '14 12:10 Asone

@Asone, yo might find this link helpful:

https://github.com/panicinc/CodaPluginKit

jaime-md avatar Oct 18 '14 19:10 jaime-md

This seems to work (link at the bottom of thread) https://github.com/emmetio/Emmet.codaplugin/issues/18

mtedwards avatar Oct 20 '14 07:10 mtedwards

@mtedwards thanks for sharing that here!

This commit fixes the bug(s): https://github.com/FROLoff/emmet-objc/commit/f5bbad6381ae15b5836c77f05c1ef95ba4077662

You can find download links to a patched version of the plugin from @FROLoff in his comments near the bottom of #18.

zshannon avatar Oct 20 '14 08:10 zshannon

The patched version by @FROLoff works, however self closing tags aren't recognized, nor are any preset abbreviations from what I can see (e.g. a => <a href""></a>)

Edit: Oh, even more maddening; the cursor isn't even moved to the centre of the tag when created.

dougwollison avatar Oct 20 '14 17:10 dougwollison

Coda without emmet is like cofee without caffeine! please please please be back soon!

ramjamx avatar Oct 20 '14 18:10 ramjamx

Does anyone know how to compile the coda plugin from the objc versions? I can't seem to find a lick of instructions anywhere.

dougwollison avatar Oct 20 '14 18:10 dougwollison

Update on my complaint with @FROLoff's patch; apparently everything's fine with html abbreviations when I'm using an HTML file; PHP files don't work. Any idea how I can fix this so the abbreviations work on those?

Fixed the issue; just had to add this to the snippet.json; don't recall needing to do that before.

"php": {
    "extends": "html",
    "profile": "html",
    "filters": "html"
},

dougwollison avatar Oct 20 '14 18:10 dougwollison

:heavy_plus_sign::one:

RawHatred avatar Oct 22 '14 14:10 RawHatred

+1

JanDW avatar Oct 23 '14 00:10 JanDW

+1

brianespinosa avatar Oct 23 '14 03:10 brianespinosa

+1 For resolving this... please and +1 with @dougwollison . It works , but I think you mean "php":{}, not "xml":{}

reuhno avatar Oct 23 '14 12:10 reuhno

@laboiteare you're right, copy & pasted but forgot to update the values. Updated my post.

dougwollison avatar Oct 23 '14 12:10 dougwollison

@dougwollison are your snippets working with coda 2.5? None of mine are running... Can you share a functional example of snippets.json?

augustoms avatar Oct 24 '14 19:10 augustoms