Closed GoogleCodeExporter closed 8 years ago
I'm working on it as a part of 0.6 branch. Basically, you have to implement Zen
Editor interface for your editor
in order to create a new plugin for it. Then you simply call predefined Zen
Actions, passing Zen Editor
instance as an argument.
See
http://code.google.com/p/zen-coding/source/browse/branches/v0.6/python/zencoding
/zen_editor.py
http://code.google.com/p/zen-coding/source/browse/branches/v0.6/python/zencoding
/zen_actions.py
The first available Python implementation of new interface is available for
TextMate plugin:
http://code.google.com/p/zen-
coding/source/browse/branches/v0.6/#v0.6/plugins/TextMate/Zen%20Coding.tmbundle/
Support
I need to write a HOWTO for about ZC plugins
Original comment by serge....@gmail.com
on 12 Jan 2010 at 11:26
Plugin HOWTO is available:
http://wiki.github.com/sergeche/zen-coding/plugin-howto
Original comment by serge....@gmail.com
on 3 May 2010 at 3:11
Original comment by serge....@gmail.com
on 3 May 2010 at 3:11
Original issue reported on code.google.com by
angelw...@gmail.com
on 11 Jan 2010 at 10:52