NewLauncher.st
changeset 17237 59e5b718559b
parent 17149 20319dd1cc7b
child 17278 765550e424bd
child 17408 62b08a50fd9d
equal deleted inserted replaced
17236:689bb92111e3 17237:59e5b718559b
  2632          (MenuItem
  2632          (MenuItem
  2633             activeHelpKey: systemSemaphores
  2633             activeHelpKey: systemSemaphores
  2634             label: 'Semaphores'
  2634             label: 'Semaphores'
  2635             itemValue: openApplication:
  2635             itemValue: openApplication:
  2636             argument: 'SemaphoreMonitor'
  2636             argument: 'SemaphoreMonitor'
       
  2637           )
       
  2638          (MenuItem
       
  2639             activeHelpKey: systemExternalStreams
       
  2640             label: 'External Streams'
       
  2641             itemValue: openApplication:
       
  2642             argument: 'ExternalStreamMonitor'
  2637           )
  2643           )
  2638          (MenuItem
  2644          (MenuItem
  2639             activeHelpKey: fileModules
  2645             activeHelpKey: fileModules
  2640             enabled: enableDangerousMenuItemsInRemoteLauncher
  2646             enabled: enableDangerousMenuItemsInRemoteLauncher
  2641             label: 'Modules...'
  2647             label: 'Modules...'