Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSDT in custom Eclipse RCP application

Hi Mickael,

Thanks for the clarification. I was almost sure that it was possible.
But I would like to have a starting point, as I am new in Eclipse RCP development.

I want to start by opening a _javascript_ file editor programmatically and I am looking into the API Reference but I am not sure how can I achieve this...
Could you give me some guidance?

I already added the dependencies  org.eclipse.wst.jsdt.core and org.eclipse.wst.jsdt.ui in my plugin.

2018-03-20 15:39 GMT+01:00 Mickael Istria <mistria@xxxxxxxxxx>:
Hi,

Yes, it is possible to include any Eclipse module into an RCP app. The entire Eclipse Platform model is built on this principle.
Just start a regular RCP application, and add into it the features you want from JSDT (and their dependencies) and that would work.

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev



--

Com os melhores cumprimentos,
André Mendes Peixoto

Back to the top