java - Eclipse Activity Not Working -
I am trying to hide elements in the UI through such activities
& lt; Plugin & gt; & Lt; Extension point = "org.eclipse.ui.startup"> & Lt; Startup class = "startup" & gt; & Lt; / Startup & gt; & Lt; / Extension & gt; & Lt; Extension point = "org.eclipse.ui.activities" & gt; & Lt; Activity id = "com.lowcoupling.actitivities.unwantedActionSet1" name = "Unwanted Search ActionSet" & gt; & Lt; / Activity & gt; & Lt; ActivityPatternBinding activityID = "com.lowcoupling.actitivities.unwantedActionSet1" isEqualityPattern = "true" pattern = "org.eclipse.papyrus.infra.discovery.ui.menu.toolbars.discoveryCommand" & gt; & Lt; / ActivityPatternBinding & gt; & Lt; / Extension & gt; & Lt; / Plugin & gt;
But when I run this plugin as another eclipse application, the button is still there. What am I doing wrong?
:
is to contribute to the plug-in ID / local ID
, so you have to figure out which plug-in contributes to the menu Items are The Ellepse Papyrus download appears in the plug-in org.eclipse.papyrus.infra.discovery.ui.menu
looks like:
pattern = "org. Eclipse.papyrus.infra.discovery.ui.menu/org.eclipse.papyrus.infra.discovery.ui.menu.toolbars.discoveryCommand "& gt;
(believe that ExcelTitle = "true", all .
characters need to run for regular expression version)
Comments
Post a Comment