[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8842) Code completion for tag names of Seam config xml

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue May 3 19:22:18 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-8842:
----------------------------------

    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.

See http://docs.jboss.org/seam/3/config/latest/reference/en-US/html/index.html

The full list of all types of such a code completion is TBD.

  was:
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.



> 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.
> See http://docs.jboss.org/seam/3/config/latest/reference/en-US/html/index.html
> 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


More information about the jbosstools-issues mailing list