[jbosstools-issues] [JBoss JIRA] (JBIDE-13991) Definitions for JSP and HTML editor configurations (see in org.eclipse.wst.sse.ui.editorConfiguration) are outdated for WTP 3.5

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Thu Apr 11 11:55:55 EDT 2013


Victor Rubezhny created JBIDE-13991:
---------------------------------------

             Summary: Definitions for JSP and HTML editor configurations (see in org.eclipse.wst.sse.ui.editorConfiguration) are outdated for WTP 3.5
                 Key: JBIDE-13991
                 URL: https://issues.jboss.org/browse/JBIDE-13991
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml/html source editing
    Affects Versions: 4.1.0.Alpha1
            Reporter: Victor Rubezhny
            Assignee: Alexey Kazakov
            Priority: Minor
             Fix For: 4.1.x


Some definitions for JSP and HTML editor configurations (see in org.eclipse.wst.sse.ui.editorConfiguration) are outdated for WTP 3.5

For example, we're using the following definition which is not exists for HTML/JSP Structured Editors anymore:

{code}
<provisionalConfiguration
    type="structuredtextfoldingprovider"
    class="org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderJSP"
    target="org.eclipse.jst.jsp.core.jspsource"/>
{code}

Also, there is no org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderJSP class anymore.

It looks like this definition is replaced by:

{code}
<provisionalConfiguration
    type="foldingstrategy"
    class="org.eclipse.wst.xml.ui.internal.projection.XMLFoldingStrategy"
    target="org.eclipse.jst.jsp.core.jspsource" />
{code}

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