[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: associate editor for all file extensions

THIS NEWSGROUP IS DEPRECATED.

Post this to eclipse.platform.


Randy
"MorPheus" <rgurupackiam@xxxxxxxxxxxxx> wrote in message
news:bbnfdg$u55$1@xxxxxxxxxxxxxxxx
> Hi,
>
>     I have created a editor by extending editorpart class. I need my
editor
> to be the default editor for all the files irrespective of file
> extensions.How to do it
>
> I know in the plugin.xml we have to give the file extension in "extension
> tag"  for which the editor will be associated with.But now I able to give
> only one extension.Whether is it possible to use wild card so that my
editor
> will be opened irrespective of the file extensions.
>
> MorPheus
> <extension
>
> point="org.eclipse.ui.editors">
>
>
> <editor
>
> name="RateBuilder"
>
> icon="icons/ctool16/action1.gif"
>
>
tensions="rmo"   -------------------------------------------------------->
>
> class="com.selectica.foundationservices.mbide.gui.CxMBMultiPageEditor"
>
>
contributorClass="com.selectica.foundationservices.mbide.gui.CxMBEditorActio
> nbarContributor"
>
> id="CxMBMultiPageEditor">
>
> </editor>
>
> </extension>
>
>
>