Skip to main content

JavaScript Development Tools UI

Project Overview

JSDT UI Bundles

The JavaScript Development Tools UI is broken down into the following bundles, which include:

  1. org.eclipse.wst.jsdt.ui - contains the UI presentation for the JavaScript IDE.
  2. org.eclipse.wst.jsdt.doc - contains the help documentation for JSDT.
  3. org.eclipse.wst.jsdt.feature - contains the feature definition of JSDT.
  4. org.eclipse.wst.jsdt.manipulation - contains refactoring support.
  5. org.eclipse.wst.jsdt.support.firefox - contains special support for Mozilla Firefox.
  6. org.eclipse.wst.jsdt.support.ie - contains special support for Microsoft Internet Explorer.
  7. org.eclipse.wst.jsdt.ui.tests - contains tests for the UI.

Up To The Minute

JSDT UI is preparing to release version 3.2.1!

Build Notes
Bundles

Back to the top