jboffel / smartypdt

Automatically exported from code.google.com/p/smartypdt
0 stars 0 forks source link

Smarty code in HTML attributes is not recognized (hilighted) #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We use Smarty in regular XHTML files and therefore also often in
attributes, i.e. <a href="{...}">. Smarty code in there will sadly not be
hilighted so far.

Original issue reported on code.google.com by m...@thomasbachem.com on 23 Nov 2007 at 11:24

GoogleCodeExporter commented 9 years ago
I can confirm the same problem with PDT 1.0.2.v20080102 and SmartyPDT 0.5.2

Original comment by mark.pea...@gmail.com on 21 Feb 2008 at 12:46

GoogleCodeExporter commented 9 years ago
I'm using PDT 1.0.3, recently upgraded from SmartyPDT 0.5.4 to a 0.5.5 that was
posted(in order to fix the issue where it breaks down when you try to open a 
file
with the Smarty Editor), both versions of SmartyPDT seem to have this issue.

Original comment by Zalan...@gmail.com on 16 Jun 2008 at 5:12

GoogleCodeExporter commented 9 years ago
This issue is still present in SmartyPDT verson 0.9.0.
Just as an opinion, this issue should have a higher priority, but, I repeat, 
that is
just my personal point of view.

Original comment by matei.dr...@gmail.com on 30 Nov 2009 at 12:58

GoogleCodeExporter commented 9 years ago
I would prefer this, too.

Original comment by h.vorrag...@googlemail.com on 3 Dec 2009 at 6:58

GoogleCodeExporter commented 9 years ago
yeah, eventually the smarty tags inside attributes could be in italics, to 
amphasize
the fact that the smarty tag is inside an attribute or sth, ex:

{if $variableInSmartyTagNormalFont eq 'normalFont'}
    <a href="{$fromTheLeftToTheRightDelimiterDisplayItalic}">#</a>
{/if}

Original comment by matei.dr...@gmail.com on 3 Dec 2009 at 7:05