[jbosstools-issues] [JBoss JIRA] (JBIDE-12824) Unexpected behavior of Content Assist

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Wed Oct 17 13:38:01 EDT 2012


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

Victor Rubezhny commented on JBIDE-12824:
-----------------------------------------

Actually, this is not an unexpected behaviour. It's expected for Content Assist to do automatic insertion for a proposal if it's a single proposal. So, Content Assist performs apply on that single proposal.

The solution may be to disable automatic insertion of single proposals by switching of the Web->JSP Files->Editor->Content Assist->"Insert single proposals automatically" checkbox.
                
> Unexpected behavior of Content Assist
> -------------------------------------
>
>                 Key: JBIDE-12824
>                 URL: https://issues.jboss.org/browse/JBIDE-12824
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 4.0.0.Beta1
>            Reporter: Daniel Azarov
>            Assignee: Victor Rubezhny
>            Priority: Critical
>             Fix For: 4.0.0.CR1
>
>
> Test case:
> EXECUTE:
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp page in Visual Page Editor
> 3. Put cursor to tag <h:form id="greetingForm"> just after "f:form" then press Ctrl+Space
> FAIL:
> tag changed to "<h:form></h:form> id="greetingForm">" and problem marker "Missing start tag for "h:form"" appears on second end tag "</h:form>"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list