[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3290) sorting/filtering is not updating correctly in code completion of source page in VPE

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Fri Nov 28 08:17:37 EST 2008


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

Max Rydahl Andersen commented on JBIDE-3290:
--------------------------------------------


Assuming you got the following possible completions on a blank value.

border
align
#{applicationContext}
#{borderService}

then where | is the completion point

editor: value="|"
Completions:
border
align
#{applicationContext}
#{borderService}

editor: value="a|"
Completions:
align
#{applicationContext}

editor: value="bor|"
Completions:
border
#{borderService}

editor: value="#{bor"
Completions:
#{borderService}

editor: value="align: #{b"
Completions:
#{borderService}



> sorting/filtering is not updating correctly in code completion of source page in VPE
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-3290
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3290
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.0.0.cr1
>            Reporter: Max Rydahl Andersen
>            Assignee: Victor Rubezhny
>            Priority: Critical
>             Fix For: 3.0.0.cr1
>
>
> The sorting seem to make all EL completion show above the more relevant properties of style attributes and when typing the EL completion stays there even though they do not match the filter.
> See attached video

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

        



More information about the jbosstools-issues mailing list