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:
parent
ddce619def
commit
bdb64d5625
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue