eclipse plugin: now I'm pissed.
That run menu still appears there. Hope I'll destroy it eventually
This commit is contained in:
parent
82828a7f39
commit
fe71264a7e
2 changed files with 13 additions and 1 deletions
|
@ -748,6 +748,7 @@
|
|||
</equals>
|
||||
</with></enabledWhen>
|
||||
</activity>
|
||||
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.jdt.ui.wizards.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.jdt.debug.ui.snippetEditor.NewSnippetFileCreationWizard"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.team.cvs.ui.newLocation"> </activityPatternBinding>
|
||||
|
@ -772,6 +773,14 @@
|
|||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.mylyn.tasks.ui.bug.report.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.ui.actions.showKeyAssistHandler.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction.*"> </activityPatternBinding>
|
||||
<!-- This is for real now. I'm really pissed off. Disable the WHOLE plugin -->
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.mylyn.task.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.jdt.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.xtend.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.team.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.wst.*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.team.internal.ccvs*"> </activityPatternBinding>
|
||||
<activityPatternBinding activityId="org.wesnoth.product.disableextra" pattern=".*/org.eclipse.search.*"> </activityPatternBinding>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.startup">
|
||||
|
|
|
@ -20,7 +20,10 @@ public class ActionWiper implements IStartup, IPerspectiveListener {
|
|||
|
||||
private static final String[] ACTIONS_2_WIPE = new String[] {
|
||||
"org.eclipse.search.searchActionSet",
|
||||
"org.eclipse.ui.run"
|
||||
"org.eclipse.debug.ui.breakpointActionSet",
|
||||
"org.eclipse.debug.ui.debugActionSet",
|
||||
"org.eclipse.debug.ui.launchActionSet",
|
||||
"org.eclipse.debug.ui.profileActionSet"
|
||||
// "org.eclipse.ui.edit.text.actionSet.presentation",
|
||||
// "org.eclipse.ui.edit.text.actionSet.openExternalFile",
|
||||
// "org.eclipse.ui.edit.text.actionSet.annotationNavigation",
|
||||
|
|
Loading…
Add table
Reference in a new issue