I am bit confused with the Eclipse Extension system. I've written an
editor plugin and now I've written an RCP application to host that
plugin. The RCP has the org.eclipse.ui.ide plugin with the Pack
explorer, resource view etc setup already. My question is how do I
register the file type so I can launch the correct editor when a file is
clicked in the RCP ?
I can launch the editor plugin using my RCP app as the product and it
seems to work pretty well, how is this done ?