# HG changeset patch # User Claus Gittinger # Date 1160996561 -7200 # Node ID 417dabd716d583f3be503cf55f85ecc841678afd # Parent ef8750cd1bab0f2ec210875337069a36f1ad66ba new startGroup value: #conditionalRight diff -r ef8750cd1bab -r 417dabd716d5 MenuEditor.st --- a/MenuEditor.st Mon Oct 16 11:11:32 2006 +0200 +++ b/MenuEditor.st Mon Oct 16 13:02:41 2006 +0200 @@ -1037,7 +1037,7 @@ (MenuItem label: '&Help' translateLabel: true - startGroup: right + startGroup: conditionalRight submenuChannel: helpMenu keepLinkedMenu: true ) @@ -1045,6 +1045,8 @@ nil nil ) + + "Modified: / 16-10-2006 / 12:49:43 / cg" ! settingsMenu @@ -2656,9 +2658,11 @@ self addAndSelectValueOf:[ item := RegularMenuItem menu:(self class standardHelpMenu) labeled:'Help' translateLabel:true. - item aspectAt:#startGroup put:#right. + item aspectAt:#startGroup put:#conditionalRight. item ]. + + "Modified: / 16-10-2006 / 12:49:27 / cg" ! ! !MenuEditor methodsFor:'user actions-editing'! @@ -3187,10 +3191,7 @@ activeHelpKey: detailsStartGroup tabable: true model: startGroup - menu: - (left - right - ) + menu: (left right conditionalRight) ) (LabelSpec label: 'Access Character Position:' @@ -3267,6 +3268,8 @@ ) ) + + "Modified: / 16-10-2006 / 12:48:12 / cg" ! ! !MenuEditor::Item class methodsFor:'interface-editor'! @@ -5530,15 +5533,14 @@ activeHelpKey: detailsStartGroup tabable: true model: startGroup - menu: - (left - right - ) + menu: (left right conditionalRight) ) ) ) ) + + "Modified: / 16-10-2006 / 12:48:30 / cg" ! ! !MenuEditor::SeparatorItem class methodsFor:'interface-editor'!