diff -r 5baa40eab93c -r 5321af68ca9c NewLauncher.st --- a/NewLauncher.st Thu Sep 15 18:43:54 2016 +0200 +++ b/NewLauncher.st Fri Sep 16 13:09:31 2016 +0200 @@ -2752,10 +2752,6 @@ labelImage: (ResourceRetriever ToolbarIconLibrary startWorkspaceIcon 'Workspace') ) (MenuItem - label: 'Text Diff' - itemValue: openTextDiffTool - ) - (MenuItem enabled: monticelloRepositoryAvailable label: 'Monticello Repository Browser' itemValue: startMonticelloRepositoryBrowser @@ -2803,11 +2799,28 @@ nameKey: startSmaCCParserGenerator ) (MenuItem + label: '-' + ) + (MenuItem activeHelpKey: toolsInternationalLanguageTranslationEditor label: 'International Language Translation Editor' itemValue: startInternationalLanguageTranslationEditor labelImage: (ResourceRetriever ToolbarIconLibrary languagesIcon 'International Language Translation Editor') ) + (MenuItem + label: '-' + ) + (MenuItem + activeHelpKey: startSQLWorkspace + label: 'SQL Workspace' + itemValue: startSQLWorkspace + isVisible: false + ) + (MenuItem + activeHelpKey: startSQLScratchpad + label: 'SQL Scratchpad' + itemValue: startSQLScratchpad + ) ) nil nil @@ -2862,30 +2875,30 @@ itemValue: timestampTranscriptMessages: indication: timestampTranscriptMessages ) - (MenuItem - label: '-' - ) - (MenuItem - activeHelpKey: systemInterruptLatency - label: 'Interrupt Latency' - itemValue: startLatencyMonitor - isVisible: false - ) - (MenuItem - label: '-' - isVisible: false - ) - (MenuItem - activeHelpKey: systemEventView - label: 'Event View' - itemValue: openApplication: - argument: 'EventMonitor' - ) - (MenuItem - activeHelpKey: systemEventTrace - label: 'Event Trace' - itemValue: startStopEventTrace - ) + (MenuItem + label: '-' + ) + (MenuItem + activeHelpKey: systemInterruptLatency + label: 'Interrupt Latency' + itemValue: startLatencyMonitor + isVisible: false + ) + (MenuItem + label: '-' + isVisible: false + ) + (MenuItem + activeHelpKey: systemEventView + label: 'Event View' + itemValue: openApplication: + argument: 'EventMonitor' + ) + (MenuItem + activeHelpKey: systemEventTrace + label: 'Event Trace' + itemValue: startStopEventTrace + ) (MenuItem label: '-' ) @@ -2949,17 +2962,6 @@ labelImage: (ResourceRetriever NewLauncher bugReporterIcon 'Bug Reporter') ) (MenuItem - activeHelpKey: startSQLWorkspace - label: 'SQL Workspace' - itemValue: startSQLWorkspace - isVisible: false - ) - (MenuItem - activeHelpKey: startSQLScratchpad - label: 'SQL Scratchpad' - itemValue: startSQLScratchpad - ) - (MenuItem activeHelpKey: fileApplicationBuilder label: 'Application Packager (exe-Builder)' itemValue: openApplication: @@ -3046,6 +3048,10 @@ isVisible: canDoTerminal ) (MenuItem + label: 'Text Diff' + itemValue: openTextDiffTool + ) + (MenuItem label: '-' isVisible: canDoTerminal )