codemirror / CodeMirror-v1

An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
http://codemirror.net/
Other
362 stars 63 forks source link

ZenCoding for HTML/CSS #29

Closed egeozcan closed 13 years ago

egeozcan commented 13 years ago

There are already implementations for zen-coding on various editors. Why not make the first in-page editor that supports it? see: http://code.google.com/p/zen-coding/downloads/list?can=2&q=&sort=-downloadcount&colspec=Summary%20Uploaded%20Size%20DownloadCount%20Filename

marijnh commented 13 years ago

Sounds like fun. Feel free to work on it :)

egeozcan commented 13 years ago

I made a fork so you can expect a push in few days^^

marijnh commented 13 years ago

Cool! Also, this can probably be implemented as an add-on that doesn't touch the internals of CodeMirror. If you feel you need an API that's not provided, discuss with me.

egeozcan commented 13 years ago

I'll be reviewing the options as soon as I reach home. It would need some sort of API for sure but I can comment on what needs to be done only after I go through the code. I'm pretty excited about this.

NV commented 13 years ago

Why not make the first in-page editor that supports it?

There are versions for textarea and editArea.js.

egeozcan commented 13 years ago

yeah but that hasn't syntax highlighting so doesn't really count =)

sergeche commented 13 years ago

Hi guys, I'll create Zen Coding for CodeMirror plugin as a part of upcoming ZC 0.7 release, which will be available soon: https://github.com/sergeche/zen-coding/issues#issue/8

egeozcan commented 13 years ago

oh so I'll just have to wait then =)

egeozcan commented 13 years ago

http://zen-coding.ru/codemirror/

there it is! =) I'm closing this as the implementation works perfectly and has it's own entry here:

https://github.com/sergeche/zen-coding/issues#issue/8