[jbosstools-issues] [JBoss JIRA] (JBIDE-10159) Content assist does not display list of beans outside of existing expression

Viacheslav Kabanovich (Commented) (JIRA) jira-events at lists.jboss.org
Fri Nov 11 17:11:45 EST 2011


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

Viacheslav Kabanovich commented on JBIDE-10159:
-----------------------------------------------

There is one case when, outside of existing expression, bean properties (or Java members) should be displayed instead of the list of beans.

EXECUTE: Try content assist in EL #{bean. |}
ASSERT: List of available bean properties should appear.
                
> Content assist does not display list of beans outside of existing expression
> ----------------------------------------------------------------------------
>
>                 Key: JBIDE-10159
>                 URL: https://issues.jboss.org/browse/JBIDE-10159
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI, common/jst/core
>    Affects Versions: 3.3.0.M3
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.Beta1
>
>
> EXECUTE: Try content assist in these EL's #{| bean}, #{bean + |}, #{bean and |}
> ASSERT: In all cases list of available beans should appear.
> We compute and keep in page context EL references to expressions, if expression exists but cursor is outside of it, content assist ignores the request.
> We should find a consistent way to determine that cursor is inside EL, even though outside an expression.

--
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