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

Summary: add support for custom smarty tags
Product: php Reporter: DjangoFett
Component: SmartyAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: marfous
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.