[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: RCP Simple Questions

Gama Franco wrote:

> Hello,
> 
> I'm developing an RCP application, and I have two simple questions.
> 
> In several tutorials I've noticed that some entries have the value of the
> attribute 'name' starting with a '%'.
> 
> For example:
> 
> <category
> name="%categoryName"
> id="org.eclipse.ui.tutorials.part1.viewCategory"
> />
you add categoryName in plugin.properties (plugin_LANG.properties)
> 
> I suppose this has something to do with i18n, but I don't know how it
> works.
> 
> Question number two is a bit more complicated. I've made a wizard that
> helps the user in the creation of a database connection. I would like to
> make the wizard available at the entry File->New. I don't know which
> extension point should I use. Currently I'm using
> point="org.eclipse.ui.newWizards", and the wizard becomes available at
> File->Others instead of File->New.

make extension point org.eclipse.ui.newWizards