CodeLobster IDE
http://codelobster.com/forum/

Could you add the "zen-coding" plugin.
http://codelobster.com/forum/viewtopic.php?f=2&t=1417
Page 1 of 1

Author:  riqo [ Fri Jul 16, 2010 8:28 am ]
Post subject:  Could you add the "zen-coding" plugin.

Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code. For example:

Code:
div#page>div.logo+ul#navigation>li*5>a


...can be expanded into:

Code:
<div id="page">
        <div class="logo"></div>
        <ul id="navigation">
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
        </ul>
</div>


zen-coding project:
http://code.google.com/p/zen-coding/

Author:  Admin [ Fri Jul 16, 2010 10:34 am ]
Post subject:  Re: Could you add the "zen-coding" plugin.

Hi, riqo.

Yes. We know about this plug-in and already thinking about supporting it.

Regards,
Codelobster Team.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/