Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

WTP 2.0 API Delta

Revision as of 01:58, 16 May 2007 by Thatnitind.gmail.com (Talk | contribs) (XML/JSP Components)

The following is a summary of the API changes between WTP 1.5 and 2.0: edit

Common Components

  • The ID value given for extensions to org.eclipse.wst.common.snippets.SnippetContributions can now be accessed programmatically


XML/JSP Components

  • Supports quick fix processors as attributes on validation framework IMessages. Although a functional extension point is available as well, it is only provisional.
  • The private hyperlink facility in the source editors has been replaced with support for the platform's extension points and APIs
  • Added the org.eclipse.jst.jsp.core.tagsource content type for simple tag extension files
  • org.eclipse.jst.jsp.core.taglib.ITaglibIndexListener and org.eclipse.jst.jsp.core.taglib.ITaglibIndexDelta are now API interfaces; the API versions have breaking changes from earlier unsupported revisions
  • Partitioning constants haven't been changed as expected, although the possibility still remains for 3.0

Back to the top