Usage of JavaScript Development Tools components in RCP applications

60 Views Asked by At

I would like to know if it is possible to use components from the JavaScript Development Tools (JSDT) in my own Eclipse RCP application.

For instance, my application should be able to show a JS editor view so that the user can edit JS files within my application. Is this possible?

I don't want to write a JS editor from scratch.

How can I integrate the components I need to achieve this? The package org.eclipse.wst.jsdt doesn't even show when I try to add it as a dependency of my plugins...

0

There are 0 best solutions below