[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7169) EL proposals should not be in the beginning of proposal lists in XML editor.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Sep 24 09:06:28 EDT 2010


EL proposals should not be in the beginning of proposal lists in XML editor.
----------------------------------------------------------------------------

                 Key: JBIDE-7169
                 URL: https://jira.jboss.org/browse/JBIDE-7169
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.2.0.Beta2
            Reporter: Alexey Kazakov
            Assignee: Victor Rubezhny
             Fix For: 3.2.0.Beta2


1. Create any beans.xml file in CDI project:

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee"
 xmlns:weld="http://jboss.org/schema/weld/beans"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://jboss.org/schema/cdi/beans_1_0.xsd            http://jboss.org/schema/weld/beans http://jboss.org/schema/weld/beans_1_1.xsd">
  
....
</beans>

2. Try to Ctrl+Space in any text node.
3. There are ELs in the proposal list before tags.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list