Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coda 2.5 Support #23

Open
zshannon opened this issue Oct 16, 2014 · 73 comments
Open

Coda 2.5 Support #23

zshannon opened this issue Oct 16, 2014 · 73 comments

Comments

@zshannon
Copy link

zshannon commented Oct 16, 2014

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).
@craigbilski
Copy link

+1 for this

@wingsline
Copy link

+1

@mtedwards
Copy link

+2

@timgavin
Copy link

+2.5

@daronspence
Copy link

+3

@one42
Copy link

one42 commented Oct 17, 2014

+2.5

@kcwebdesign
Copy link

+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.

@redgoose-dev
Copy link

+1
update plz~

@adammorland
Copy link

+1

@dougwollison
Copy link

+1

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

@knorthfield
Copy link

+!

@jaime-md
Copy link

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

@dougwollison
Copy link

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

@virgafox
Copy link

+1
really need this.

@danielucas
Copy link

+10000

@wingsline
Copy link

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

@Asone
Copy link

Asone commented Oct 18, 2014

+42 on that issue.

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

@jaime-md
Copy link

@Asone, yo might find this link helpful:

https://github.com/panicinc/CodaPluginKit

@mtedwards
Copy link

This seems to work (link at the bottom of thread)
#18

@zshannon
Copy link
Author

@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.

@dougwollison
Copy link

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.

@ramjamx
Copy link

ramjamx commented Oct 20, 2014

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

@dougwollison
Copy link

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
Copy link

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"
},

@RawHatred
Copy link

➕1️⃣

@JanDW
Copy link

JanDW commented Oct 23, 2014

+1

1 similar comment
@brianespinosa
Copy link

+1

@reuhno
Copy link

reuhno commented Oct 23, 2014

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

@dougwollison
Copy link

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

@augustoms
Copy link

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

@jeremydouglas
Copy link

yes

@virgafox
Copy link

are you sure? the last commit is from 1 year ago

@amaisano
Copy link

If it is fixed, but not committed, is there a definitive comment or post that explains how to get it working? Things are a little jumbled here. For instance, "starting from vanilla, this is the way to get this plugin working in Coda version X"

@wlanni
Copy link

wlanni commented Nov 16, 2014

I'm struggling to understand the answers on this thread, looks like a couple people may have gotten this working, maybe there's a fix but it hasn't been committed... can someone who knows how all this works please commit the fix and push?

@ehrig
Copy link

ehrig commented Nov 17, 2014

@wlanni: as @mtedwards referenced to, download and install @froloff fix under #18 (comment)

@oueryemchi
Copy link

Use Atom which comes with Emmet and its free!
https://atom.io/

@Scripty
Copy link

Scripty commented Nov 26, 2014

The fixed version @davorpeic posted works for Coda 2.5.1 on Yosemite.

@cdCorey
Copy link

cdCorey commented Dec 9, 2014

Any ETA on this yet?

@shane-anderson
Copy link

coda doesn't work with emmet. please fix.

@randidumaguet
Copy link

Coda 2.5.1 + http://d.froloff.me/fdgY + @dougwollison's edit on snippets.json file works on Yosemite

@JanDW
Copy link

JanDW commented Jan 12, 2015

I'm having the same problem as @jeremydouglas: prev/next edit point, match pair tag inward/outward, select next/prev item, ... don't work. Did anybody find the solution to this?

@amaisano
Copy link

@JanDW this worked for me: #18 (comment) (I'm on Mavericks)

@JanDW
Copy link

JanDW commented Jan 12, 2015

@atwixtor that version seems to resolve the issue on OSX Yosemite too. Thank you.

@loverde-co
Copy link

@dumsdei Works on Coda 2.5.5! Thanks for sharing!

@EcomEric
Copy link

EcomEric commented Jun 6, 2015

@dumsdei Confirmed working on Coda 2.5.10 too! Thanks!

@redelement
Copy link

Get's disabled on startup with 2.5.11

This comment has a plugin that does work though!

@leowebguy
Copy link

is this solved? going crazy without Emmet

@Tim-Morris
Copy link

Emmet was working with 2.5 and now on 2.5.15 it is completely disabled. I deleted it and tried to reinstall it and it won't reinstall.

@ghost
Copy link

ghost commented Feb 1, 2016

Same here, I am using Emmet in all my editor but I cannot in Coda... what a shame... have to write all the code in Atom or Braket to use Emmet... Please fix it.

@ryansigg
Copy link

The comment recommended by @redelement works here.

@sergeche
Copy link
Member

Just released new Emmet version for Coda: http://emmet.io/download/coda/

@toshi-t
Copy link

toshi-t commented Jun 6, 2016

"Emmet for coda" isn't avalable "Expand abbreviatio chortcut" by free version?

@sergeche
Copy link
Member

sergeche commented Jun 6, 2016

It’s available via Ctrl+E shortcut and menu item. If it doesn’t work for you, please create a new issue with a screenshot of expanded Emmet menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests