1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed extra format options for now. I need to talk to Pawel about this. If they are here and in Wind River Commercial product the menu options appear twice. So we should add them to the Open Source and remove them from the commercial. We can discuss at the next open source

meeting. For now though I am removing them for the time being.

Randy
This commit is contained in:
Randy Rohrbach 2007-08-20 18:51:54 +00:00
parent d88e7ec51f
commit 8634b729f0

View file

@ -210,55 +210,4 @@
</detailFactories>
</extension>
<extension point="org.eclipse.ui.viewActions">
<viewContribution
targetID="org.eclipse.debug.ui.RegisterView"
id="org.eclipse.debug.ui.PulldownActions">
<menu id="numberFormat"
label="Number Format"
path="additions"/>
<action
class="org.eclipse.dd.dsf.debug.ui.viewmodel.formatsupport.SetDefaultFormatHex"
helpContextId="com.windriver.ide.debug.internal.ui.NumberFormat.Hex_helpContext"
id="com.windriver.ide.debug.internal.ui.NumberFormat.Hex"
label="Hex"
menubarPath="numberFormat/additions"
style="radio">
</action>
<action
class="org.eclipse.dd.dsf.debug.ui.viewmodel.formatsupport.SetDefaultFormatDecimal"
helpContextId="com.windriver.ide.debug.internal.ui.NumberFormat.Decimal_helpContext"
id="com.windriver.ide.debug.internal.ui.NumberFormat.Decimal"
label="Decimal"
menubarPath="numberFormat/additions"
style="radio">
</action>
<action
class="org.eclipse.dd.dsf.debug.ui.viewmodel.formatsupport.SetDefaultFormatOctal"
helpContextId="com.windriver.ide.debug.internal.ui.NumberFormat.Octal_helpContext"
id="com.windriver.ide.debug.internal.ui.NumberFormat.Octal"
label="Octal"
menubarPath="numberFormat/additions"
style="radio">
</action>
<action
class="org.eclipse.dd.dsf.debug.ui.viewmodel.formatsupport.SetDefaultFormatBinary"
helpContextId="com.windriver.ide.debug.internal.ui.NumberFormat.Binary_helpContext"
id="com.windriver.ide.debug.internal.ui.NumberFormat.Binary"
label="Binary"
menubarPath="numberFormat/additions"
style="radio">
</action>
<action
class="org.eclipse.dd.dsf.debug.ui.viewmodel.formatsupport.SetDefaultFormatNatural"
helpContextId="com.windriver.ide.debug.internal.ui.NumberFormat.Natural_helpContext"
id="com.windriver.ide.debug.internal.ui.NumberFormat.Natural"
label="Natural"
menubarPath="numberFormat/additions"
state="true"
style="radio">
</action>
</viewContribution>
</extension>
</plugin>