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

Bug #187126 : "Delete resource cfgs..." context menu item to the bottom

This commit is contained in:
Oleg Krasilnikov 2007-05-16 10:18:06 +00:00
parent 6ff8dc6493
commit f28d70ab8e
2 changed files with 5 additions and 5 deletions

View file

@ -883,7 +883,7 @@
enablesFor="+" enablesFor="+"
id="org.eclipse.cdt.ui.deleteConfigsAction0" id="org.eclipse.cdt.ui.deleteConfigsAction0"
label="%DeleteRcConfigAction.label" label="%DeleteRcConfigAction.label"
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm1" menubarPath="org.eclipse.cdt.ui.cfgmenu/gm3"
/> />
<action <action
class="org.eclipse.cdt.ui.actions.ExcludeFromBuildAction" class="org.eclipse.cdt.ui.actions.ExcludeFromBuildAction"
@ -896,9 +896,8 @@
id="org.eclipse.cdt.ui.cfgmenu" id="org.eclipse.cdt.ui.cfgmenu"
label="%Configurations.menu" label="%Configurations.menu"
path="buildGroup"> path="buildGroup">
<groupMarker <groupMarker name="gm1"/>
name="gm1"> <groupMarker name="gm3"/>
</groupMarker>
<separator <separator
name="sep1"> name="sep1">
</separator> </separator>

View file

@ -555,7 +555,8 @@ implements
protected void handleResize(boolean visible) { protected void handleResize(boolean visible) {
if (visible && !isNewOpening) return; // do not duplicate if (visible && !isNewOpening) return; // do not duplicate
isNewOpening = false; if (visible)
isNewOpening = false;
int saveMode = CDTPrefUtil.getInt(CDTPrefUtil.KEY_POSSAVE); int saveMode = CDTPrefUtil.getInt(CDTPrefUtil.KEY_POSSAVE);
if (saveMode == CDTPrefUtil.POSITION_SAVE_NONE) return; if (saveMode == CDTPrefUtil.POSITION_SAVE_NONE) return;