Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » customizing a plugin with default editors
customizing a plugin with default editors [message #231752] Tue, 20 April 2004 15:13
Eclipse UserFriend
Originally posted by: kharris.unveil.com

I'm having trouble finding documentation on setting plug-in defaults for my
installed product. Among other things, I'd like to set up file associations
without having to actually go into the preferences dialog. If I look at my
..epf file after I've done my set up, I can see the xml that sets the values,
such as this line:

<info extension\="uccls" name\="*">
<editor id\="com.unveil.studio.editors.cluster.ClusterEditor"/>
<editor id\="com.unveil.studio.editors.ucml.XMLEditor"/>
</info>

Is there a way to set values such as these in my plugin_customization.ini
file? I don't see how to go from my .epf preferences to a simple name-value
pair. I'd also like to set things such as my CVS label decorations, Java
editor preferences, etc. Is there somewhere else I should be setting this
up? Or perhaps I should simply include an .epf file with my installation and
specify the preference import as part of the install? (This is a less
desirable solution, of course.)

Thanks!
Karen
Previous Topic:StatusLine in RCP application
Next Topic:How can I get the default workbenchwindow programmatically?
Goto Forum:
  


Current Time: Sun Oct 20 04:02:33 GMT 2024

Powered by FUDForum. Page generated in 0.04841 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top