[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5699) Ctrl+Space doesn't work in JSP/HTML editor.

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Mon Jan 18 14:29:47 EST 2010


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

Denis Maliarevich commented on JBIDE-5699:
------------------------------------------

It appeared that our old JSPMultiPageEditorPart had more importance that I supposed. This class hasn't been changed for a long time therefore inheriting current MultiPageEditorPart cause some problems with logic. Up-to-date MultiPageEditorPart has significant changes in API and we need to update our JBDS to fit it. It turned out that simple inheriting isn't enough.

As a solution we can try the following:
1) leave JSPMultiPageEditorPart as it but update some methods from the fresh eclipse's MultiPageEditorPart. JBDS will work properly without any changes to the whole model.
2) use the standard eclipse's MultiPageEditorPart and update our classes to interact correctly with it. This will entain more work on our side.
All of it is the point for other issues I think. After the release.
For now this blocker could be closed I suppose.


> Ctrl+Space doesn't work in JSP/HTML editor.
> -------------------------------------------
>
>                 Key: JBIDE-5699
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5699
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>            Reporter: Alexey Kazakov
>            Assignee: Denis Maliarevich
>            Priority: Blocker
>             Fix For: 3.1.0.CR2
>
>
> It seems that the fix for JBIDE-5666 broke the editor. At lease Ctrl+Space doesn't work but it seems not to be the only broken things. Maxim please verify the fix.

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