[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Attach Editor Plugin to RCP

Hi

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 ?


Thanks, Dave