NewLauncher.st
changeset 14964 9d051aea829d
parent 14953 419282f99749
child 14996 8770d975607c
equal deleted inserted replaced
14963:7247ac7242bf 14964:9d051aea829d
   269     ^ super helpSpec addPairsFrom:#(
   269     ^ super helpSpec addPairsFrom:#(
   270 
   270 
   271 #aboutLicenseConditions
   271 #aboutLicenseConditions
   272 'Show the license conditions of ST/X'
   272 'Show the license conditions of ST/X'
   273 
   273 
       
   274 #breakPointBrowser
       
   275 ''
       
   276 
   274 #chickenFun
   277 #chickenFun
   275 'Watch your views'
   278 'Watch your views'
   276 
   279 
   277 #classBrowserOnChangedClasses
   280 #classBrowserOnChangedClasses
   278 'Open a Browser on changed classes'
   281 'Open a Browser on changed classes'
   614 'Change the current view style'
   617 'Change the current view style'
   615 
   618 
   616 #startChangeSetBrowser
   619 #startChangeSetBrowser
   617 'Open a Browser on recent changes (the ChangeSet)'
   620 'Open a Browser on recent changes (the ChangeSet)'
   618 
   621 
       
   622 #startSQLScratchpad
       
   623 'SQLScratchpad - a scratchpad for SQL statement execution (ODBC or SQLite)'
       
   624 
   619 #startSQLWorkspace
   625 #startSQLWorkspace
   620 'SQLWorkspace - a workspace for SQL statement execution'
   626 'SQLWorkspace - a workspace for SQL statement execution'
   621 
       
   622 #startSQLScratchpad
       
   623 'SQLScratchpad - a scratchpad for SQL statement execution (ODBC or SQLite)'
       
   624 
       
   625 
   627 
   626 #system
   628 #system
   627 'System tools'
   629 'System tools'
   628 
   630 
   629 #systemEventTrace
   631 #systemEventTrace
  2817               (
  2819               (
  2818                (MenuItem
  2820                (MenuItem
  2819                   activeHelpKey: breakPointBrowser
  2821                   activeHelpKey: breakPointBrowser
  2820                   label: 'Breakpoint Browser'
  2822                   label: 'Breakpoint Browser'
  2821                   itemValue: openApplication:
  2823                   itemValue: openApplication:
       
  2824                   labelImage: (ResourceRetriever ToolbarIconLibrary openBreakpointBrowserIcon 'Breakpoint Browser')
  2822                   argument: 'Tools::BreakpointBrowser'
  2825                   argument: 'Tools::BreakpointBrowser'
  2823                 )
  2826                 )
  2824                (MenuItem
  2827                (MenuItem
  2825                   label: '-'
  2828                   label: '-'
  2826                 )
  2829                 )
  2917             nameKey: bugMessages
  2920             nameKey: bugMessages
  2918             isVisible: bugReporterAvailable
  2921             isVisible: bugReporterAvailable
  2919             labelImage: (ResourceRetriever NewLauncher bugReporterIcon 'Bug Reporter')
  2922             labelImage: (ResourceRetriever NewLauncher bugReporterIcon 'Bug Reporter')
  2920           )
  2923           )
  2921          (MenuItem
  2924          (MenuItem
       
  2925             activeHelpKey: startSQLWorkspace
  2922             label: 'SQL Workspace'
  2926             label: 'SQL Workspace'
  2923             itemValue: startSQLWorkspace
  2927             itemValue: startSQLWorkspace
  2924             activeHelpKey: startSQLWorkspace
       
  2925             isVisible: false
  2928             isVisible: false
  2926           )
  2929           )
  2927          (MenuItem
  2930          (MenuItem
       
  2931             activeHelpKey: startSQLScratchpad
  2928             label: 'SQL Scratchpad'
  2932             label: 'SQL Scratchpad'
  2929             itemValue: startSQLScratchpad
  2933             itemValue: startSQLScratchpad
  2930             activeHelpKey: startSQLScratchpad
       
  2931           )
  2934           )
  2932          (MenuItem
  2935          (MenuItem
  2933             activeHelpKey: fileApplicationBuilder
  2936             activeHelpKey: fileApplicationBuilder
  2934             label: 'Application Packager (exe-Builder)'
  2937             label: 'Application Packager (exe-Builder)'
  2935             itemValue: openApplication:
  2938             itemValue: openApplication:
  5285 ! !
  5288 ! !
  5286 
  5289 
  5287 !NewLauncher class methodsFor:'documentation'!
  5290 !NewLauncher class methodsFor:'documentation'!
  5288 
  5291 
  5289 version
  5292 version
  5290     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.508 2014-11-28 23:22:19 cg Exp $'
  5293     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.509 2014-12-02 00:05:19 cg Exp $'
  5291 !
  5294 !
  5292 
  5295 
  5293 version_CVS
  5296 version_CVS
  5294     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.508 2014-11-28 23:22:19 cg Exp $'
  5297     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.509 2014-12-02 00:05:19 cg Exp $'
  5295 !
  5298 !
  5296 
  5299 
  5297 version_SVN
  5300 version_SVN
  5298     ^ '$Id: NewLauncher.st,v 1.508 2014-11-28 23:22:19 cg Exp $'
  5301     ^ '$Id: NewLauncher.st,v 1.509 2014-12-02 00:05:19 cg Exp $'
  5299 ! !
  5302 ! !
  5300 
  5303