Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2008-02-20 18:47:01 +0000
committerSamantha Chan2008-02-20 18:47:01 +0000
commit3c045f31750983b092ffe02f02a2f48a6f93209f (patch)
tree5f8583c0a5f7e15b5bde79ff3fe81188b4114800 /org.eclipse.debug.ui/plugin.xml
parent48bf2c9db202d7b73be3f6e593848b2861bd1a7a (diff)
downloadeclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.tar.gz
eclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.tar.xz
eclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.zip
Bug 211158 - Add a modules view to the set of standard debugger views
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 72c4f74ad..6dc41b16a 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -91,6 +91,13 @@
id="org.eclipse.debug.ui.RegisterView">
</view>
<view
+ name="%ModulesView.name"
+ icon="$nl$/icons/full/eview16/module_view.gif"
+ category="org.eclipse.debug.ui"
+ class="org.eclipse.debug.internal.ui.views.modules.ModulesView"
+ id="org.eclipse.debug.ui.ModuleView">
+ </view>
+ <view
allowMultiple="true"
category="org.eclipse.debug.ui"
class="org.eclipse.debug.internal.ui.views.memory.MemoryView"
@@ -1614,6 +1621,12 @@ M4 = Platform-specific fourth key
id="org.eclipse.debug.ui.RegisterView">
</command>
<command
+ name="%ViewCommand.moduleView.name"
+ description="%ViewCommand.moduleView.description"
+ categoryId="org.eclipse.ui.category.views"
+ id="org.eclipse.debug.ui.ModuleView">
+ </command>
+ <command
name="%ViewCommand.memoryView.name"
description="%ViewCommand.memoryView.description"
categoryId="org.eclipse.ui.category.views"

Back to the top