Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problem With Editors
Problem With Editors [message #453038] Thu, 20 July 2006 10:58 Go to next message
Eclipse UserFriend
Originally posted by: eunsal.havelsan.com.tr

I want to add a new editor to my plug-in. I define an editor extension.
However it doesn't work.

When I debug, I noticed that, the editor does not appear in
workbench.getEditorRegistry(). Moreover, I noticed that when I do not define
the editor class and contributor,the appears in
workbench.getEditorRegistry(), but the editor dissapears when I define the
ralted classes. What can be the problem?

Regards
Re: Problem With Editors [message #453039 is a reply to message #453038] Thu, 20 July 2006 11:44 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
eunsal wrote:

>I want to add a new editor to my plug-in. I define an editor extension.
>However it doesn't work.
>
>When I debug, I noticed that, the editor does not appear in
>workbench.getEditorRegistry(). Moreover, I noticed that when I do not define
>the editor class and contributor,the appears in
>workbench.getEditorRegistry(), but the editor dissapears when I define the
>ralted classes. What can be the problem?
>
>
Try starting with -clean

Dani

>Regards
>
>
>
>
Re: Problem With Editors [message #453045 is a reply to message #453039] Thu, 20 July 2006 12:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eunsal.havelsan.com.tr

It didn't work. Any other suggestions?

Thanks


"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
news:e9nqbh$mec$1@utils.eclipse.org...
> eunsal wrote:
>
>>I want to add a new editor to my plug-in. I define an editor extension.
>>However it doesn't work.
>>
>>When I debug, I noticed that, the editor does not appear in
>>workbench.getEditorRegistry(). Moreover, I noticed that when I do not
>>define the editor class and contributor,the appears in
>>workbench.getEditorRegistry(), but the editor dissapears when I define the
>>ralted classes. What can be the problem?
>>
> Try starting with -clean
>
> Dani
>
>>Regards
>>
>>
Re: Problem With Editors [message #453050 is a reply to message #453045] Thu, 20 July 2006 14:38 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
eunsal wrote:

>It didn't work. Any other suggestions?
>
>
Did you add the needed plug-ins to the required section? Also, check the
..log of problems.

Dani

>Thanks
>
>
>"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
>news:e9nqbh$mec$1@utils.eclipse.org...
>
>
>>eunsal wrote:
>>
>>
>>
>>>I want to add a new editor to my plug-in. I define an editor extension.
>>>However it doesn't work.
>>>
>>>When I debug, I noticed that, the editor does not appear in
>>>workbench.getEditorRegistry(). Moreover, I noticed that when I do not
>>>define the editor class and contributor,the appears in
>>>workbench.getEditorRegistry(), but the editor dissapears when I define the
>>>ralted classes. What can be the problem?
>>>
>>>
>>>
>>Try starting with -clean
>>
>>Dani
>>
>>
>>
>>>Regards
>>>
>>>
>>>
>>>
>
>
>
>
Re: Problem With Editors [message #453115 is a reply to message #453038] Fri, 21 July 2006 23:27 Go to previous message
Antonel Ernest Pazargic is currently offline Antonel Ernest PazargicFriend
Messages: 69
Registered: July 2009
Member
Maybe U didn't assign an icon to editor. A editor doesn't appear in
EditorRegistry if it didn't have an icon.

I hope this help, JTonic.

On Thu, 20 Jul 2006 13:58:49 +0300, eunsal <eunsal@havelsan.com.tr> wrote:

> I want to add a new editor to my plug-in. I define an editor extension.
> However it doesn't work.
>
> When I debug, I noticed that, the editor does not appear in
> workbench.getEditorRegistry(). Moreover, I noticed that when I do not
> define
> the editor class and contributor,the appears in
> workbench.getEditorRegistry(), but the editor dissapears when I define
> the
> ralted classes. What can be the problem?
>
> Regards
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Previous Topic:Run RCP App compiled w/ Java 1.5 on targets with Java 1.4
Next Topic:right click menu
Goto Forum:
  


Current Time: Thu Oct 03 20:32:19 GMT 2024

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

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

Back to the top