Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Activate a new plugin
Activate a new plugin [message #155685] Tue, 04 October 2005 16:29 Go to next message
Senthil Kumar  S is currently offline Senthil Kumar SFriend
Messages: 7
Registered: July 2009
Junior Member
All,

I have created a new plugin, which extends org.eclipse.ui.wizards.
I want this plugin to be activated in runtime. But, eventhough I placed my
newly created plugin into the plugins directory, I couldnt see any changes
in the IDE, what I expect.

How to activate my plugin in runtime. Any ideas. Thanx in advance.

Regards,
Senthil
Re: Activate a new plugin [message #155730 is a reply to message #155685] Wed, 05 October 2005 05:59 Go to previous messageGo to next message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Senthil,

the first check is always to select Menu Help - About Eclipse and in the
appearing "About" dialog to select "Plug-In Details". Check whether your
plug-in is listed in the list of all plug-ins.
And, yeah, eclipse must be restartet after you have copied your plug-in to
the plugins directory.

Does that help?


Norbert

"Senthil Kumar S" <lithens@rediffmail.com> schrieb im Newsbeitrag
news:88a2aa5e6469c3986a07255e06d0fc95$1@www.eclipse.org...
> All,
>
> I have created a new plugin, which extends org.eclipse.ui.wizards. I
> want this plugin to be activated in runtime. But, eventhough I placed my
> newly created plugin into the plugins directory, I couldnt see any changes
> in the IDE, what I expect.
> How to activate my plugin in runtime. Any ideas. Thanx in advance.
>
> Regards,
> Senthil
Re: Activate a new plugin [message #155809 is a reply to message #155730] Thu, 06 October 2005 09:06 Go to previous messageGo to next message
Senthil Kumar  S is currently offline Senthil Kumar SFriend
Messages: 7
Registered: July 2009
Junior Member
Norbert,

Thank you very much for your reply. Yeah, But I couldnt see my plugin
in the list Help-> Plugin-Details -> About Plugins. there. How can I make
my plugin to appear there. What steps should i follow. Could you please
help me in this regard.

Regards,
Senthil Kumar
Re: Activate a new plugin [message #155816 is a reply to message #155809] Thu, 06 October 2005 10:03 Go to previous messageGo to next message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Hmmm ... nifty

looks like eclipse does not "see" your plug-in.
I never had that ...

Maybe you should go a newsgroup which is dedicated to getting plug-ins to
work. Like

news://news.eclipse.org/eclipse.platform or
news://news.eclipse.org/eclipse.newcomer

Cheers,


Norbert

"Senthil Kumar. S" <lithens@rediffmail.com> schrieb im Newsbeitrag
news:bee810f5cad710e9d7d951c644f119ca$1@www.eclipse.org...
> Norbert,
>
> Thank you very much for your reply. Yeah, But I couldnt see my plugin in
> the list Help-> Plugin-Details -> About Plugins. there. How can I make my
> plugin to appear there. What steps should i follow. Could you please help
> me in this regard.
>
> Regards,
> Senthil Kumar
>
>
>
Re: Activate a new plugin [message #156454 is a reply to message #155816] Tue, 18 October 2005 13:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kedar.thakur.gmail.com

start eclipse with the -clean option
$ ./eclipse -clean
"Norbert Ploett" <norbert.ploett@siemens.com> wrote in message
news:1128592999.360304@baruth.khe.siemens.de...
> Hmmm ... nifty
>
> looks like eclipse does not "see" your plug-in.
> I never had that ...
>
> Maybe you should go a newsgroup which is dedicated to getting plug-ins to
> work. Like
>
> news://news.eclipse.org/eclipse.platform or
> news://news.eclipse.org/eclipse.newcomer
>
> Cheers,
>
>
> Norbert
>
> "Senthil Kumar. S" <lithens@rediffmail.com> schrieb im Newsbeitrag
> news:bee810f5cad710e9d7d951c644f119ca$1@www.eclipse.org...
>> Norbert,
>>
>> Thank you very much for your reply. Yeah, But I couldnt see my plugin
>> in the list Help-> Plugin-Details -> About Plugins. there. How can I make
>> my plugin to appear there. What steps should i follow. Could you please
>> help me in this regard.
>>
>> Regards,
>> Senthil Kumar
>>
>>
>>
>
>
Re: Activate a new plugin [message #156470 is a reply to message #156454] Wed, 19 October 2005 05:30 Go to previous message
Senthil Kumar  S is currently offline Senthil Kumar SFriend
Messages: 7
Registered: July 2009
Junior Member
kedar,

Yes. I hav tried it. But I didnt get my required output. When I run
the Platform for second time i.e Using run option in run menu, i am
getting the output.

How the other plugins like CDT, etc. are activated immediately as
soon as they are placed in Plugin Directory.

Regards,
Senthil
Previous Topic:Difference Between 'Debug' and 'Release'
Next Topic:CDT does not find qmake (Mac OS X)
Goto Forum:
  


Current Time: Thu Dec 26 13:47:37 GMT 2024

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

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

Back to the top