Thanks Thibault, you understood very well :) I tested a few versions of Topcased with my plugins, and I figure out, that my plugin require a few ones, which were missing in the new environment. Sorry, it was my fault (faux pas ? ;). But I wasted yesterday quite whole day to experience some features topcased and eclipse frameworks ;) And ... I like the project Topcased more ... :) Regards, Jurek.
On Pn Września 15 2008, 4:10 pm, Thibault LANDRE wrote: > Hi Jurek, > > > I am not sure I understand well your question. Let me know if I > misunderstood it. > > To add your option to this menu, you have to declare an extension to the > extension point "org.eclipse.ui.popupMenus". > > The menubarPath has to be fill with > "org.topcased.facilities.menu.topcased/org.topcased.facilities.menu.other/ > topcasedGroup" which is the id for the menu "Right >> Click->Topcased->Other->" >> > > Your plugin.xml of your plug-in should have those lines : > <extension > point="org.eclipse.ui.popupMenus"> <objectContribution > adaptable="true" id="DEFINE_HERE_A_UNIQUE_ID" > objectClass="org.eclipse.core.resources.IResource"> <action > class="YOUR_ACTION_CLASS_QUALIFIER" icon="AN_ICON_FOR_YOUR_MENU" > id="AN_UNIQUE_ID" label="THE_LABEL_YOU_WANT_TO_DISPLAY" > > menubarPath="org.topcased.facilities.menu.topcased/org.topcased.facilitie > s.menu.other/topcasedGroup"/> </objectContribution> > </extension> > > > > with the Capslock corresponding to parameters you have to fill. > > > Regards, > > > Thibault > > > J.Niepostyn a écrit : > >> Hello, >> I made my first service in org.topcased.dod2uml location. >> I made plug-ins (dod2uml too). >> But I don't know how to make additional option in menu "Right >> Click->Topcased->Other->Dod2uml" ? >> I had this option, when I created my first service. >> When I installed quite new environment with Topcased 1.4, I saw, My >> option in menu run out. What am I do it ? >> Best regards, >> Jurek. >> >> >> >> _______________________________________________ >> Topcased-users mailing list >> [email protected] >> http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users >> >> >> > _______________________________________________ > Topcased-users mailing list > [email protected] > http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users _______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
