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 <https://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.wst.jsdt.doc%2Freference%2Fapi%2Forg%2Feclipse%2Fwst%2Fjsdt%2Fui%2Ftext%2Fjava%2Fpackage-summary.html> 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 <[email protected]>: > 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 > [email protected] > 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 http://andre-peixoto.com/
_______________________________________________ wtp-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/wtp-dev
