emmetio / emmet-objc

Objective-C to JavaScript binding of Emmet
48 stars 6 forks source link

Support for TextMate2 #3

Closed Skoua closed 11 years ago

Skoua commented 11 years ago

Not really an issue but as TM2 is now open-source and accessible to all, it would be very nice to have a compatible version of Emmet for it.

jennie commented 11 years ago

TextMate 2 does not support external plugins. See https://github.com/textmate/textmate/issues/392

attilagyorffy commented 11 years ago

:+1:

Would be great if we could do something about this. I wonder, maybe @sorbits would be able to point us to the right direction in order to port the library to TextMate 2.

attilagyorffy commented 11 years ago

I've seen the conversation between @sergeche and @sorbits at https://github.com/textmate/textmate/issues/392. Now, I have to admit that I unfortunately have no Objective-C knowledge (otherwise I would have came up with a pull request already) but I'm pretty sure that since TextMate 2 has been made open source, most people have switched to it from the 1.5 branch. Would be great if we could make this amazing plugin to work with TextMate 2, apparently this works for you @sergeche? Cheers.

sergeche commented 11 years ago

I’m not ObjC programmer either, but I plan to contribute a few methods to TM2 API to make Emmet work as expected. But TM2 authors may not accept it, the API is not officially available yet.

Skoua commented 11 years ago

Isn't possible to make a bundle which would act closely as Emmet? Wasn't it how it was working on TM1?

sergeche commented 11 years ago

No, it’s not possible right now (or at least very hard)

igor10k commented 11 years ago

Still no progress?

sergeche commented 11 years ago

Not yet

sergeche commented 11 years ago

TextMate plugin now works in TextMate 2: https://github.com/emmetio/Emmet.tmplugin

kaelig commented 10 years ago

Not anymore apparently?

"The Emmet plug-in is not compatible with this version of TextMate."

I am using TextMate 2 2013-11-03 (v2.0-alpha.9495)

sergeche commented 10 years ago

Works fine for me. Make sure you followed the exact installation instruction: https://github.com/emmetio/Emmet.tmplugin#how-to-install

kaelig commented 10 years ago

Thanks, works when dragging it to the PlugIns directory :) Sorry about that.