On Tue, Mar 20, 2018 at 3:54 PM, André Peixoto < [email protected]> wrote:
> 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. > This is something too long to be explained in emails. I suggest you go through existing books or tutorials to first get you RCP (the .product) properly including the bundles you need and see them working, then the IDE.openEditor(...) or IViewSite.open(...) API from Eclipse Platform API should provide what you want.
_______________________________________________ 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
