Set the 'relationship' attribute value to 'stack' for the 'MemoryView'
perspective extension.
Index:
ChangeLog
===================================================================
RCS
file: /home/tools/org.eclipse.cdt.debug.ui/ChangeLog,v
retrieving revision
1.15
diff -u -r1.15 ChangeLog
--- ChangeLog 25 Oct 2002 04:04:10
-0000 1.15
+++ ChangeLog 25 Oct 2002 04:09:30 -0000
@@ -1,4 +1,8
@@
2002-10-24 Mikhail Khodjaiants
+ Set the 'relationship'
attribute value to 'stack' for the 'MemoryView' perspective
extension.
+ * plugin.xml
+
+2002-10-24 Mikhail
Khodjaiants
Implementation of the 'Memory Unit Size'
action.
* MemorySizeAction.java
*
MemoryView.java
Index:
plugin.xml
===================================================================
RCS
file: /home/tools/org.eclipse.cdt.debug.ui/plugin.xml,v
retrieving revision
1.30
diff -u -r1.30 plugin.xml
--- plugin.xml 23 Oct 2002 19:01:55
-0000 1.30
+++ plugin.xml 25 Oct 2002 04:09:31 -0000
@@ -62,7
+62,7
@@
targetID="org.eclipse.debug.ui.DebugPerspective">
<view
relative="org.eclipse.debug.ui.VariableView"
-
relationship="org.eclipse.cdt.debug.ui.view2"
+
relationship="stack"
id="org.eclipse.cdt.debug.ui.MemoryView">
</view>
</perspectiveExtension>