[jbosstools-issues] [JBoss JIRA] (JBIDE-10565) Wrong EL content assist inside token '#{'

Alexey Kazakov (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Tue Jan 10 16:25:09 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654998#comment-12654998 ] 

Alexey Kazakov edited comment on JBIDE-10565 at 1/10/12 4:24 PM:
-----------------------------------------------------------------

Vlado, it is exactly what this issue is about :)
The initial bug was that when you Ctrl+Space at #|{ you got a list of available names. And when you inserted any name you got #{name}{
It should work in this way:
1. |#{xyz} - List of all the available names. If you insert any, you get: #{name}#{xyz}
2. #|{xyz} - No proposal at all.
3. #{|xyz} - List of all the available names. If you insert any, you get: #{namexyz}
                
      was (Author: akazakov):
    Vlado, it is exactly what this issue is about :)
The initial bug was that when you Ctrl+Space at #|{ you got a list of available names. And when you inserted any name you got #{name}{
It should work in this way:
1. |#{xyz} - List of all the available names. If you insert any, you get: #{name}#{xyz}
2. #|{xyz} - No proposals at all.
3. #{|xyz} - List of all the available names. If you insert any, you get: #{namexyz}
                  
> Wrong EL content assist inside token '#{'
> -----------------------------------------
>
>                 Key: JBIDE-10565
>                 URL: https://issues.jboss.org/browse/JBIDE-10565
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 3.3.0.M5
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.Beta1
>
>
> EXECUTE: Type #{ in attribute value or in text node in xml.
> EXECUTE: Set cursor  inside that token #|{ and invoke content assist.
> FAILURE: JBoss Tools provide all names available for EL (CDI named beans, Seam components, JSF managed beans and resource bundles, etc.).
> FAILURE: If a proposal 'abc' is selected for insertion, it is inserted in this way: #abc}{.
> ASSERT: JBoss Tools provides nothing for that position.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list