NewLauncher.st
branchjv
changeset 12239 9a8aa0b0e982
parent 12229 5c129972b1fd
child 12240 a2a5f4c906de
equal deleted inserted replaced
12238:0bb2a2cb7a94 12239:9a8aa0b0e982
  2194      by the MenuEditor of ST/X."
  2194      by the MenuEditor of ST/X."
  2195 
  2195 
  2196     "Do not manually edit this!! If it is corrupted,
  2196     "Do not manually edit this!! If it is corrupted,
  2197      the MenuEditor may not be able to read the specification."
  2197      the MenuEditor may not be able to read the specification."
  2198 
  2198 
       
  2199 
  2199     "
  2200     "
  2200      MenuEditor new openOnClass:NewLauncher andSelector:#menu
  2201      MenuEditor new openOnClass:NewLauncher andSelector:#menu
  2201      (Menu new fromLiteralArrayEncoding:(NewLauncher menu)) startUp
  2202      (Menu new fromLiteralArrayEncoding:(NewLauncher menu)) startUp
  2202     "
  2203     "
  2203 
  2204 
  2228          (MenuItem
  2229          (MenuItem
  2229             label: 'Tools'
  2230             label: 'Tools'
  2230             nameKey: tools
  2231             nameKey: tools
  2231             translateLabel: true
  2232             translateLabel: true
  2232             submenuChannel: toolsMenu
  2233             submenuChannel: toolsMenu
       
  2234             "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
       
  2235              Either keep it or patch it whenever popped up."
       
  2236             keepLinkedMenu: true
  2233           )
  2237           )
  2234          (MenuItem
  2238          (MenuItem
  2235             label: 'System'
  2239             label: 'System'
  2236             nameKey: system
  2240             nameKey: system
  2237             translateLabel: true
  2241             translateLabel: true
  2265           )
  2269           )
  2266          )
  2270          )
  2267         nil
  2271         nil
  2268         nil
  2272         nil
  2269       )
  2273       )
       
  2274 
       
  2275     "Modified (comment): / 05-05-2012 / 19:02:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2270 !
  2276 !
  2271 
  2277 
  2272 menuOpenWorkspaceTypes
  2278 menuOpenWorkspaceTypes
  2273     "This resource specification was automatically generated
  2279     "This resource specification was automatically generated
  2274      by the MenuEditor of ST/X."
  2280      by the MenuEditor of ST/X."
  2786             label: '-'
  2792             label: '-'
  2787           )
  2793           )
  2788          (MenuItem
  2794          (MenuItem
  2789             label: 'GUI'
  2795             label: 'GUI'
  2790             translateLabel: true
  2796             translateLabel: true
  2791             submenu: 
  2797             "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
       
  2798              Either keep it or patch it whenever popped up."
       
  2799             keepLinkedMenu: true
       
  2800             submenu:
  2792            (Menu
  2801            (Menu
  2793               (
  2802               (
  2794                (MenuItem
  2803                (MenuItem
  2795                   activeHelpKey: toolsGUIPainter
  2804                   activeHelpKey: toolsGUIPainter
  2796                   label: 'GUI Painter'
  2805                   label: 'GUI Painter'
  2825           )
  2834           )
  2826          (MenuItem
  2835          (MenuItem
  2827             label: 'Programming'
  2836             label: 'Programming'
  2828             nameKey: programming
  2837             nameKey: programming
  2829             translateLabel: true
  2838             translateLabel: true
       
  2839             "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
       
  2840              Either keep it or patch it whenever popped up."
       
  2841             keepLinkedMenu: true
  2830             submenu: 
  2842             submenu: 
  2831            (Menu
  2843            (Menu
  2832               (
  2844               (
  2833                (MenuItem
  2845                (MenuItem
  2834                   activeHelpKey: toolsChangesBrowser
  2846                   activeHelpKey: toolsChangesBrowser
  2920          (MenuItem
  2932          (MenuItem
  2921             activeHelpKey: toolsMisc
  2933             activeHelpKey: toolsMisc
  2922             label: 'Misc'
  2934             label: 'Misc'
  2923             nameKey: misc
  2935             nameKey: misc
  2924             translateLabel: true
  2936             translateLabel: true
       
  2937             "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
       
  2938              Either keep it or patch it whenever popped up."
       
  2939             keepLinkedMenu: true
  2925             submenu: 
  2940             submenu: 
  2926            (Menu
  2941            (Menu
  2927               (
  2942               (
  2928                (MenuItem
  2943                (MenuItem
  2929                   activeHelpKey: toolsMiscProjects
  2944                   activeHelpKey: toolsMiscProjects
  3029           )
  3044           )
  3030          )
  3045          )
  3031         nil
  3046         nil
  3032         nil
  3047         nil
  3033       )
  3048       )
       
  3049 
       
  3050     "Modified: / 05-05-2012 / 19:17:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  3034 !
  3051 !
  3035 
  3052 
  3036 windowsMenu
  3053 windowsMenu
  3037     "This resource specification was automatically generated
  3054     "This resource specification was automatically generated
  3038      by the MenuEditor of ST/X."
  3055      by the MenuEditor of ST/X."
  4888 ! !
  4905 ! !
  4889 
  4906 
  4890 !NewLauncher class methodsFor:'documentation'!
  4907 !NewLauncher class methodsFor:'documentation'!
  4891 
  4908 
  4892 version
  4909 version
  4893     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.428 2012/03/27 10:44:45 cg Exp $'
  4910     ^ '$Id: NewLauncher.st 7989 2012-05-05 21:28:49Z vranyj1 $'
  4894 !
  4911 !
  4895 
  4912 
  4896 version_CVS
  4913 version_CVS
  4897     ^ '§Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.428 2012/03/27 10:44:45 cg Exp §'
  4914     ^ '§Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.428 2012/03/27 10:44:45 cg Exp §'
  4898 !
  4915 !
  4899 
  4916 
  4900 version_SVN
  4917 version_SVN
  4901     ^ '$Id: NewLauncher.st 7978 2012-04-13 13:15:47Z vranyj1 $'
  4918     ^ '$Id: NewLauncher.st 7989 2012-05-05 21:28:49Z vranyj1 $'
  4902 ! !
  4919 ! !