[
http://jira.jboss.com/jira/browse/JBIDE-1304?page=comments#action_12410174 ]
Pete Muir commented on JBIDE-1304:
----------------------------------
1) Literal tag is missing a visual component e.g.
<literal>@Validator</literal>
2) programlisting comes up blank in preview e.g.
<programlisting role="JAVA"><![CDATA[@Name("itemValidator")
@BypassInterceptors
@Validator
public class ItemValidator implements Validator {
public void validate(FacesContext context, UIComponent cmp, Object value)
throws ValidatorException {
ItemController ItemController = (ItemController)
Component.getInstance("itemController");
return itemController.validate(value);
}
}]]></programlisting>
3) varlist isn't supported
Very nice!
Docbook XML editor
------------------
Key: JBIDE-1304
URL:
http://jira.jboss.com/jira/browse/JBIDE-1304
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.0.0.CR1
Reporter: Denis Golovin
Assigned To: Denis Golovin
Fix For: LATER
Attachments: org.jboss.tools.vpe.docbook.zip, vpe-docbook1.png, vpe-docbook2.png,
vpe-docbook4.png, vpe-docbook5.png, vpe-docbook6.png, vpe-docbook7.png, vpe-docbook8.png,
vpe-for-xml-howto1 .png, vpe-for-xml-howto2.png, vpe.docbook3.png
Use current VPE as editor for docbook.xml files. There will problem with editing files
that uses ENTITY definition but for plain files it should works fine.
--
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