thetooi / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Parentheses with multiplication #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Making multiplication work with parens, as mentioned here:
http://www.emacswiki.org/emacs/ZenCoding#toc12

so ul>(li.odd+li.even)*2 results in
<ul>
<li class="odd"></li>
<li class="even></li>
<li class="odd"></li>
<li class="even></li>
</ul>

not sure if this is already implemented and just not working for me in the
Aptana.v0.6.0.1 plugin. 
Otherwise, it would make a great addition to the current zen coding plugin

Original issue reported on code.google.com by ralf.gru...@gmail.com on 3 May 2010 at 12:46

GoogleCodeExporter commented 9 years ago
It seems to me that is not implemented. It is not working for me either in 
Textmate.

Original comment by mblar...@gmail.com on 27 Sep 2010 at 8:51

GoogleCodeExporter commented 9 years ago
Fixed in github repo, will be available in the next version

Original comment by serge....@gmail.com on 28 Nov 2010 at 2:41

GoogleCodeExporter commented 9 years ago
Issue 221 has been merged into this issue.

Original comment by serge....@gmail.com on 28 Nov 2010 at 2:42

GoogleCodeExporter commented 9 years ago
Issue 181 has been merged into this issue.

Original comment by serge....@gmail.com on 28 Nov 2010 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 5 Dec 2010 at 4:13