I know it's beyond HTML and CSS but it would be nice if ZC supported
some simple script languages tags, like:
<? ?>
<?= ?>
<% %>
<%= %>
I think this simple feature would be a great help for PHP, JSP and
Ruby programmers.
Of course it can't easly go with all the ZC functionalities, but for
now, just resolving abbreviations (and wrapping with abbreviation)
would be nice. The '?', '=' and '%' characters have no special meaning
in ZC yet, as far as I know.
On Tuesday, May 10, 2011 at 12:21 PM, mare wrote: > Hello,
> I know it's beyond HTML and CSS but it would be nice if ZC supported > some simple script languages tags, like: > <? ?> > <?= ?> > <% %> > <%= %>
> I think this simple feature would be a great help for PHP, JSP and > Ruby programmers. > Of course it can't easly go with all the ZC functionalities, but for > now, just resolving abbreviations (and wrapping with abbreviation) > would be nice. The '?', '=' and '%' characters have no special meaning > in ZC yet, as far as I know.
> ___________________________________________
> Сергей Чикуёнокhttp://chikuyonok.ru > serge....@gmail.com
> On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > Hello,
> > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > some simple script languages tags, like:
> > <? ?>
> > <?= ?>
> > <% %>
> > <%= %>
> > I think this simple feature would be a great help for PHP, JSP and
> > Ruby programmers.
> > Of course it can't easly go with all the ZC functionalities, but for
> > now, just resolving abbreviations (and wrapping with abbreviation)
> > would be nice. The '?', '=' and '%' characters have no special meaning
> > in ZC yet, as far as I know.
> > ___________________________________________
> > Сергей Чикуёнокhttp://chikuyonok.ru > > serge....@gmail.com
> > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > > Hello,
> > > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > > some simple script languages tags, like:
> > > <? ?>
> > > <?= ?>
> > > <% %>
> > > <%= %>
> > > I think this simple feature would be a great help for PHP, JSP and
> > > Ruby programmers.
> > > Of course it can't easly go with all the ZC functionalities, but for
> > > now, just resolving abbreviations (and wrapping with abbreviation)
> > > would be nice. The '?', '=' and '%' characters have no special meaning
> > > in ZC yet, as far as I know.
> > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote: > > > > Hello,
> > > > I know it's beyond HTML and CSS but it would be nice if ZC supported > > > > some simple script languages tags, like: > > > > <? ?> > > > > <?= ?> > > > > <% %> > > > > <%= %>
> > > > I think this simple feature would be a great help for PHP, JSP and > > > > Ruby programmers. > > > > Of course it can't easly go with all the ZC functionalities, but for > > > > now, just resolving abbreviations (and wrapping with abbreviation) > > > > would be nice. The '?', '=' and '%' characters have no special meaning > > > > in ZC yet, as far as I know.
> > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > > > > Hello,
> > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > > > > some simple script languages tags, like:
> > > > > <? ?>
> > > > > <?= ?>
> > > > > <% %>
> > > > > <%= %>
> > > > > I think this simple feature would be a great help for PHP, JSP and
> > > > > Ruby programmers.
> > > > > Of course it can't easly go with all the ZC functionalities, but for
> > > > > now, just resolving abbreviations (and wrapping with abbreviation)
> > > > > would be nice. The '?', '=' and '%' characters have no special meaning
> > > > > in ZC yet, as far as I know.
> > > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote: > > > > > > Hello,
> > > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported > > > > > > some simple script languages tags, like: > > > > > > <? ?> > > > > > > <?= ?> > > > > > > <% %> > > > > > > <%= %>
> > > > > > I think this simple feature would be a great help for PHP, JSP and > > > > > > Ruby programmers. > > > > > > Of course it can't easly go with all the ZC functionalities, but for > > > > > > now, just resolving abbreviations (and wrapping with abbreviation) > > > > > > would be nice. The '?', '=' and '%' characters have no special meaning > > > > > > in ZC yet, as far as I know.
Sergey, could you suggest, what changes should be done to accomplish
this? You know the code better ;)
I made a blind try to modify some regexps adding \? and \%, but with
no success.
On 10 Maj, 14:40, Sergey Chikuyonok <serge....@gmail.com> wrote:
> > > > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > > > > > > Hello,
> > > > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > > > > > > some simple script languages tags, like:
> > > > > > > <? ?>
> > > > > > > <?= ?>
> > > > > > > <% %>
> > > > > > > <%= %>
> > > > > > > I think this simple feature would be a great help for PHP, JSP and
> > > > > > > Ruby programmers.
> > > > > > > Of course it can't easly go with all the ZC functionalities, but for
> > > > > > > now, just resolving abbreviations (and wrapping with abbreviation)
> > > > > > > would be nice. The '?', '=' and '%' characters have no special meaning
> > > > > > > in ZC yet, as far as I know.
I created an all-purpose zen-coding engine for UltraEdit and Notepad+
+, the last version can encapsulate reserved characters within curly
brackets (usually to escape other zen-coding special chars). In this
version you can do,
> Sergey, could you suggest, what changes should be done to accomplish
> this? You know the code better ;)
> I made a blind try to modify some regexps adding \? and \%, but with
> no success.
> On 10 Maj, 14:40, Sergey Chikuyonok <serge....@gmail.com> wrote:
> > Only if you create your own fork.
> > Otherwise it will break backward compatibility
> > ___________________________________________
> > Сергей Чикуёнокhttp://chikuyonok.ru > > serge....@gmail.com
> > On Tuesday, May 10, 2011 at 4:39 PM, mare wrote:
> > > Is it possible to allow them, though?
> > > On 10 Maj, 13:25, Sergey Chikuyonok <serge....@gmail.com> wrote:
> > > > '?' and '%' are illegal characters for snippet names
> > > > > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > > > > > > > Hello,
> > > > > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > > > > > > > some simple script languages tags, like:
> > > > > > > > <? ?>
> > > > > > > > <?= ?>
> > > > > > > > <% %>
> > > > > > > > <%= %>
> > > > > > > > I think this simple feature would be a great help for PHP, JSP and
> > > > > > > > Ruby programmers.
> > > > > > > > Of course it can't easly go with all the ZC functionalities, but for
> > > > > > > > now, just resolving abbreviations (and wrapping with abbreviation)
> > > > > > > > would be nice. The '?', '=' and '%' characters have no special meaning
> > > > > > > > in ZC yet, as far as I know.
> I created an all-purpose zen-coding engine for UltraEdit and Notepad+
> +, the last version can encapsulate reserved characters within curly
> brackets (usually to escape other zen-coding special chars). In this
> version you can do,
> On May 10, 3:50 pm, mare <mmaar...@gmail.com> wrote:
> > Sergey, could you suggest, what changes should be done to accomplish
> > this? You know the code better ;)
> > I made a blind try to modify some regexps adding \? and \%, but with
> > no success.
> > On 10 Maj, 14:40, Sergey Chikuyonok <serge....@gmail.com> wrote:
> > > Only if you create your own fork.
> > > Otherwise it will break backward compatibility
> > > > > > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > > > > > > > > Hello,
> > > > > > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > > > > > > > > some simple script languages tags, like:
> > > > > > > > > <? ?>
> > > > > > > > > <?= ?>
> > > > > > > > > <% %>
> > > > > > > > > <%= %>
> > > > > > > > > I think this simple feature would be a great help for PHP, JSP and
> > > > > > > > > Ruby programmers.
> > > > > > > > > Of course it can't easly go with all the ZC functionalities, but for
> > > > > > > > > now, just resolving abbreviations (and wrapping with abbreviation)
> > > > > > > > > would be nice. The '?', '=' and '%' characters have no special meaning
> > > > > > > > > in ZC yet, as far as I know.
On Wednesday, May 11, 2011 at 12:02 PM, mare wrote: > Great!
> I'm looking forward for the Komodo Edit plugin
> On 11 Maj, 04:22, Dérico Filho <uldericofi...@gmail.com> wrote: > > I created an all-purpose zen-coding engine for UltraEdit and Notepad+ > > +, the last version can encapsulate reserved characters within curly > > brackets (usually to escape other zen-coding special chars). In this > > version you can do,
> > ?>f#test[$a,$b] > > <?php > > function test($a,$b){
> > On May 10, 3:50 pm, mare <mmaar...@gmail.com> wrote:
> > > Sergey, could you suggest, what changes should be done to accomplish > > > this? You know the code better ;) > > > I made a blind try to modify some regexps adding \? and \%, but with > > > no success.
> > > > > > > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote: > > > > > > > > > > Hello,
> > > > > > > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported > > > > > > > > > > some simple script languages tags, like: > > > > > > > > > > <? ?> > > > > > > > > > > <?= ?> > > > > > > > > > > <% %> > > > > > > > > > > <%= %>
> > > > > > > > > > I think this simple feature would be a great help for PHP, JSP and > > > > > > > > > > Ruby programmers. > > > > > > > > > > Of course it can't easly go with all the ZC functionalities, but for > > > > > > > > > > now, just resolving abbreviations (and wrapping with abbreviation) > > > > > > > > > > would be nice. The '?', '=' and '%' characters have no special meaning > > > > > > > > > > in ZC yet, as far as I know.
> ___________________________________________
> Сергей Чикуёнокhttp://chikuyonok.ru > serge....@gmail.com
> On Wednesday, May 11, 2011 at 12:02 PM, mare wrote:
> > Great!
> > I'm looking forward for the Komodo Edit plugin
> > On 11 Maj, 04:22, Dérico Filho <uldericofi...@gmail.com> wrote:
> > > I created an all-purpose zen-coding engine for UltraEdit and Notepad+
> > > +, the last version can encapsulate reserved characters within curly
> > > brackets (usually to escape other zen-coding special chars). In this
> > > version you can do,
> > > On May 10, 3:50 pm, mare <mmaar...@gmail.com> wrote:
> > > > Sergey, could you suggest, what changes should be done to accomplish
> > > > this? You know the code better ;)
> > > > I made a blind try to modify some regexps adding \? and \%, but with
> > > > no success.
> > > > > > > > > > On Tuesday, May 10, 2011 at 12:21 PM, mare wrote:
> > > > > > > > > > > Hello,
> > > > > > > > > > > I know it's beyond HTML and CSS but it would be nice if ZC supported
> > > > > > > > > > > some simple script languages tags, like:
> > > > > > > > > > > <? ?>
> > > > > > > > > > > <?= ?>
> > > > > > > > > > > <% %>
> > > > > > > > > > > <%= %>
> > > > > > > > > > > I think this simple feature would be a great help for PHP, JSP and
> > > > > > > > > > > Ruby programmers.
> > > > > > > > > > > Of course it can't easly go with all the ZC functionalities, but for
> > > > > > > > > > > now, just resolving abbreviations (and wrapping with abbreviation)
> > > > > > > > > > > would be nice. The '?', '=' and '%' characters have no special meaning
> > > > > > > > > > > in ZC yet, as far as I know.