Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] Regarding creating extension Points


I have attached an example of com.ibm.lab.slon.extensionpoint and com.ibm.lab.soln.extensionpoint.test.

I tried to extend the prev in the test code. I ma still having the problem with the tag attribute as in when i extend the extensionpoint plugin and right click to get the tag attribute it gives "generic" rather than giving "toolAction".

Can you please help me with this.

Thank You,
Anisha


On 7/11/06, Ploett, Norbert <norbert.ploett@xxxxxxxxxxx > wrote:
Can you post a simple example? (Plug-in project)
Otherwise I have no more ideas.
 
Anybody else?
 
 
Norbert Ploett


Gesendet: Dienstag, 11. Juli 2006 15:29
An: Eclipse PDE UI developers list.
Betreff: Re: [pde-ui-dev] Regarding creating extension Points

Norbert,

I tried including the .exsd too, but still it doesnt seem to work.
Do you think there is something specific i need to take care of in build.properties.

Thank You.

On 7/11/06, Ploett, Norbert <norbert.ploett@xxxxxxxxxxx> wrote:
Anisha,

when you define a new extension point an extension point schema file
(*.exsd) gets created in the defining plugin. From your description I
would suspect that you did not select to export the *.exsd file along
with the rest of the plug-in's conten

If this does not help, and if your example is small, you might post it
here so we can see whether we can reproduce your experience.


Greetings,


Norbert Ploett

________________________________

Von: pde-ui-dev-bounces@xxxxxxxxxxx
[mailto: pde-ui-dev-bounces@xxxxxxxxxxx ] Im Auftrag von Anisha
Gesendet: Montag, 10. Juli 2006 20:15
An: pde-ui-dev@xxxxxxxxxxx
Betreff: [pde-ui-dev] Regarding creating extension Points


Hi,

I am trying to create an extension point for my Plugin Project.

I have defined a new extension point tht has 2 attributes class & name.
Also the class for the extension Point implements the
IworkbenchWindowActionDelegate & also the extension point interface.

When I export my plugin and try to extend it from another Plugin i can
add it as an extension but for the New->Extension attribute i expect it
to be the extension point name but it gives me "generic".
I have exported all the packages of my Plugin.

I am not able to get the soln. Can any1 plz help me with this.

Thank You
_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-ui-dev


_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-ui-dev



Attachment: ExtensionPoints.zip
Description: Zip archive


Back to the top