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:
parent
6ff8dc6493
commit
f28d70ab8e
2 changed files with 5 additions and 5 deletions
|
@ -883,7 +883,7 @@
|
|||
enablesFor="+"
|
||||
id="org.eclipse.cdt.ui.deleteConfigsAction0"
|
||||
label="%DeleteRcConfigAction.label"
|
||||
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm1"
|
||||
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm3"
|
||||
/>
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.ExcludeFromBuildAction"
|
||||
|
@ -896,9 +896,8 @@
|
|||
id="org.eclipse.cdt.ui.cfgmenu"
|
||||
label="%Configurations.menu"
|
||||
path="buildGroup">
|
||||
<groupMarker
|
||||
name="gm1">
|
||||
</groupMarker>
|
||||
<groupMarker name="gm1"/>
|
||||
<groupMarker name="gm3"/>
|
||||
<separator
|
||||
name="sep1">
|
||||
</separator>
|
||||
|
|
|
@ -555,7 +555,8 @@ implements
|
|||
|
||||
protected void handleResize(boolean visible) {
|
||||
if (visible && !isNewOpening) return; // do not duplicate
|
||||
isNewOpening = false;
|
||||
if (visible)
|
||||
isNewOpening = false;
|
||||
|
||||
int saveMode = CDTPrefUtil.getInt(CDTPrefUtil.KEY_POSSAVE);
|
||||
if (saveMode == CDTPrefUtil.POSITION_SAVE_NONE) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue