[
https://issues.jboss.org/browse/JBIDE-8842?page=com.atlassian.jira.plugin...
]
Alexey Kazakov updated JBIDE-8842:
----------------------------------
Labels: new_and_noteworthy (was: )
Description:
For example
{code}
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:java:ee"
xmlns:r="urn:java:org.example.reports">
<r:Report>
<s:modifies/>
<r:filename>sales.jrxml<r:filename>
<r:datasource>
<r:SalesQualifier/>
</r:datasource>
</r:Report>
<r:Report filename="billing.jrxml">
<s:replaces/>
<r:datasource>
<s:Inject/>
<s:Exact>org.example.reports.BillingDatasource</s:Exact>
</r:datasource>
</r:Report>
</beans>
{code}
<r:| - here we can propose a list of all the classes available in org.example.reports
package.
The full list of all types of such a code completion is TBD.
Affects: [Documentation (Ref Guide, User Guide, etc.)]
Code completion for tag names of Seam config xml
------------------------------------------------
Key: JBIDE-8842
URL:
https://issues.jboss.org/browse/JBIDE-8842
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Labels: new_and_noteworthy
Fix For: 3.3.0.M2
For example
{code}
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:java:ee"
xmlns:r="urn:java:org.example.reports">
<r:Report>
<s:modifies/>
<r:filename>sales.jrxml<r:filename>
<r:datasource>
<r:SalesQualifier/>
</r:datasource>
</r:Report>
<r:Report filename="billing.jrxml">
<s:replaces/>
<r:datasource>
<s:Inject/>
<s:Exact>org.example.reports.BillingDatasource</s:Exact>
</r:datasource>
</r:Report>
</beans>
{code}
<r:| - here we can propose a list of all the classes available in org.example.reports
package.
The full list of all types of such a code completion is TBD.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira