1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Set the 'relationship' attribute value to 'stack' for the 'MemoryView' perspective extension.

This commit is contained in:
Mikhail Khodjaiants 2002-10-25 04:10:28 +00:00
parent ddce619def
commit bdb64d5625
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-10-24 Mikhail Khodjaiants
Set the 'relationship' attribute value to 'stack' for the 'MemoryView' perspective extension.
* plugin.xml
2002-10-24 Mikhail Khodjaiants 2002-10-24 Mikhail Khodjaiants
Implementation of the 'Memory Unit Size' action. Implementation of the 'Memory Unit Size' action.
* MemorySizeAction.java * MemorySizeAction.java

View file

@ -62,7 +62,7 @@
targetID="org.eclipse.debug.ui.DebugPerspective"> targetID="org.eclipse.debug.ui.DebugPerspective">
<view <view
relative="org.eclipse.debug.ui.VariableView" relative="org.eclipse.debug.ui.VariableView"
relationship="org.eclipse.cdt.debug.ui.view2" relationship="stack"
id="org.eclipse.cdt.debug.ui.MemoryView"> id="org.eclipse.cdt.debug.ui.MemoryView">
</view> </view>
</perspectiveExtension> </perspectiveExtension>