Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » import existing project into workspace extension point
import existing project into workspace extension point [message #18835] Tue, 02 September 2008 15:22 Go to next message
Eclipse UserFriend
Originally posted by: oren_b1.verifone.com

Hello,

I want to write a plugin that perform some operation after the user imports
existing project into the workspace, which extension point should I use?

I have found "org.eclipse.ui.importWizards" but this extension point gives
me the ability to add my own import wizard and I want to change already
existing wizard.

Thanks

Oren Barzilai
Re: import existing project into workspace extension point [message #18970 is a reply to message #18835] Wed, 03 September 2008 12:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yeronimuz.aol.com

oren barzilai wrote:
> Hello,
>
> I want to write a plugin that perform some operation after the user imports
> existing project into the workspace, which extension point should I use?
>
> I have found "org.eclipse.ui.importWizards" but this extension point gives
> me the ability to add my own import wizard and I want to change already
> existing wizard.
>
> Thanks
>
> Oren Barzilai
>
>
I don't know the details, but I think you should create a new fragment instead of a plugin and set
the host plug-in ID to the one that's providing your import wizard. Extend the wizard class and you
should be done.
Regards,
Jeroen Lankheet
Re: import existing project into workspace extension point [message #18991 is a reply to message #18970] Wed, 03 September 2008 12:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: oren_b1.verifone.com

What do you mean new fragment? do you have a document that I can read and
learn more about this topic?

Thanks

Oren
"Jeroen Lankheet" <yeronimuz@aol.com> wrote in message
news:g9m061$j1m$2@build.eclipse.org...
> oren barzilai wrote:
>> Hello,
>>
>> I want to write a plugin that perform some operation after the user
>> imports existing project into the workspace, which extension point should
>> I use?
>>
>> I have found "org.eclipse.ui.importWizards" but this extension point
>> gives me the ability to add my own import wizard and I want to change
>> already existing wizard.
>>
>> Thanks
>>
>> Oren Barzilai
> I don't know the details, but I think you should create a new fragment
> instead of a plugin and set the host plug-in ID to the one that's
> providing your import wizard. Extend the wizard class and you should be
> done.
> Regards,
> Jeroen Lankheet
Re: import existing project into workspace extension point [message #19293 is a reply to message #18991] Thu, 04 September 2008 08:00 Go to previous message
Eclipse UserFriend
Originally posted by: yeronimuz.aol.com

Eclipse uses plugins, features and fragments. Features are what you see if you do a Help->Software
Updates->Find and Install. These features may be composed of one or more plugins. Then you have
fragments which may extend plugins.
An explanation of this is found at http://www.ibm.com/developerworks/library/os-ecplug/
See also http://wiki.eclipse.org/Steps_to_use_Fragments_to_patch_a_pl ug-in


oren barzilai wrote:
> What do you mean new fragment? do you have a document that I can read and
> learn more about this topic?
>
> Thanks
>
> Oren
> "Jeroen Lankheet" <yeronimuz@aol.com> wrote in message
> news:g9m061$j1m$2@build.eclipse.org...
>> oren barzilai wrote:
>>> Hello,
>>>
>>> I want to write a plugin that perform some operation after the user
>>> imports existing project into the workspace, which extension point should
>>> I use?
>>>
>>> I have found "org.eclipse.ui.importWizards" but this extension point
>>> gives me the ability to add my own import wizard and I want to change
>>> already existing wizard.
>>>
>>> Thanks
>>>
>>> Oren Barzilai
>> I don't know the details, but I think you should create a new fragment
>> instead of a plugin and set the host plug-in ID to the one that's
>> providing your import wizard. Extend the wizard class and you should be
>> done.
>> Regards,
>> Jeroen Lankheet
>
>
Re: import existing project into workspace extension point [message #578353 is a reply to message #18835] Wed, 03 September 2008 12:33 Go to previous message
Jeroen Lankheet is currently offline Jeroen LankheetFriend
Messages: 31
Registered: July 2009
Member
oren barzilai wrote:
> Hello,
>
> I want to write a plugin that perform some operation after the user imports
> existing project into the workspace, which extension point should I use?
>
> I have found "org.eclipse.ui.importWizards" but this extension point gives
> me the ability to add my own import wizard and I want to change already
> existing wizard.
>
> Thanks
>
> Oren Barzilai
>
>
I don't know the details, but I think you should create a new fragment instead of a plugin and set
the host plug-in ID to the one that's providing your import wizard. Extend the wizard class and you
should be done.
Regards,
Jeroen Lankheet
Re: import existing project into workspace extension point [message #578378 is a reply to message #18970] Wed, 03 September 2008 12:55 Go to previous message
Eclipse UserFriend
Originally posted by: oren_b1.verifone.com

What do you mean new fragment? do you have a document that I can read and
learn more about this topic?

Thanks

Oren
"Jeroen Lankheet" <yeronimuz@aol.com> wrote in message
news:g9m061$j1m$2@build.eclipse.org...
> oren barzilai wrote:
>> Hello,
>>
>> I want to write a plugin that perform some operation after the user
>> imports existing project into the workspace, which extension point should
>> I use?
>>
>> I have found "org.eclipse.ui.importWizards" but this extension point
>> gives me the ability to add my own import wizard and I want to change
>> already existing wizard.
>>
>> Thanks
>>
>> Oren Barzilai
> I don't know the details, but I think you should create a new fragment
> instead of a plugin and set the host plug-in ID to the one that's
> providing your import wizard. Extend the wizard class and you should be
> done.
> Regards,
> Jeroen Lankheet
Re: import existing project into workspace extension point [message #578468 is a reply to message #18991] Thu, 04 September 2008 08:00 Go to previous message
Jeroen Lankheet is currently offline Jeroen LankheetFriend
Messages: 31
Registered: July 2009
Member
Eclipse uses plugins, features and fragments. Features are what you see if you do a Help->Software
Updates->Find and Install. These features may be composed of one or more plugins. Then you have
fragments which may extend plugins.
An explanation of this is found at http://www.ibm.com/developerworks/library/os-ecplug/
See also http://wiki.eclipse.org/Steps_to_use_Fragments_to_patch_a_pl ug-in


oren barzilai wrote:
> What do you mean new fragment? do you have a document that I can read and
> learn more about this topic?
>
> Thanks
>
> Oren
> "Jeroen Lankheet" <yeronimuz@aol.com> wrote in message
> news:g9m061$j1m$2@build.eclipse.org...
>> oren barzilai wrote:
>>> Hello,
>>>
>>> I want to write a plugin that perform some operation after the user
>>> imports existing project into the workspace, which extension point should
>>> I use?
>>>
>>> I have found "org.eclipse.ui.importWizards" but this extension point
>>> gives me the ability to add my own import wizard and I want to change
>>> already existing wizard.
>>>
>>> Thanks
>>>
>>> Oren Barzilai
>> I don't know the details, but I think you should create a new fragment
>> instead of a plugin and set the host plug-in ID to the one that's
>> providing your import wizard. Extend the wizard class and you should be
>> done.
>> Regards,
>> Jeroen Lankheet
>
>
Previous Topic:Add new prespective : createInitialLayout never gets called.
Next Topic:PDE Builder: Copy eclipsec.exe to root folder
Goto Forum:
  


Current Time: Sat Apr 27 01:16:58 GMT 2024

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

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

Back to the top