This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208301 - add support for custom smarty tags
Summary: add support for custom smarty tags
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Martin Fousek
URL:
Keywords:
: 200097 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-12 12:32 UTC by DjangoFett
Modified: 2012-08-29 06:29 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DjangoFett 2012-02-12 12:32:48 UTC
In a current project I wrote a custom plugin for smarty introducing a new tag {tra}{/tra} to support translation. I want the smarty plugin to recognize this and allow auto completion. If possible even for the parameters.

At the moment I use it like this: {tra one="<strong>" two="</strong>"}Text that would be translated into %1another language%2{/tra}
Comment 1 Martin Fousek 2012-08-29 06:28:49 UTC
*** Bug 200097 has been marked as a duplicate of this bug. ***
Comment 2 Martin Fousek 2012-08-29 06:29:36 UTC
Sorry, there are more important features for now, targeting to next release for now.