[
http://jira.jboss.com/jira/browse/JBIDE-1433?page=comments#action_12400869 ]
Viacheslav Kabanovich commented on JBIDE-1433:
----------------------------------------------
Format for extension improved:
1) Variable has got description (as for CVS decorator dariables)
2) Object examples added for preview on the preference page.
Now example extension looks as:
<extension
point="org.jboss.tools.common.model.ui.labelDecorator">
<labelDecorator
entities="FileTLD_PRO,FileTLD_1_2,FileTLD_2_0,FileTLD_2_1"
name="File TLD"
partition="Tag Libraries"
defaultValue="{name} [{shortname}]">
<variable name="shortname" description="attribute of taglib
node"/>
<variable name="uri" description="attribute of taglib
node"/>
<variable name="display-name" description="attribute of
taglib node"/>
<example entity="FileTLD_1_2">
<put name="name" value="taglib"/>
<put name="shortname" value="c"/>
<put name="uri"
value="http://java.sun.com/jstl/core"/>
<put name="display-name" value="JSTL Core"/>
</example>
</labelDecorator>
</extension>
Tag libraries tree node on Web Projects view shouldn't use only
file name to render taglibrary node text label
--------------------------------------------------------------------------------------------------------------
Key: JBIDE-1433
URL:
http://jira.jboss.com/jira/browse/JBIDE-1433
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.0.0.GA
Reporter: Denis Golovin
Assigned To: Viacheslav Kabanovich
Priority: Minor
Fix For: 2.1
Attachments: several taglib.tld files in tree.jpg, tld import on JBoss
Palette.jpg
Some way TLD attributes short-name, display-name, uri or display-name should be used in
label provider. Settings could be provided for for taglib label provider as well. It can
use predefined variables to allow user control how tag library nodes presented in tree or
the decorating as CVS plugin does for resources.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira