#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Mon, 26 Feb 2018 19:53:17 +0100
changeset 17994 5bf3861b0696
parent 17993 8dfe5608dcac
child 17995 fe77393e86e8
#UI_ENHANCEMENT by cg class: FileApplicationNoteBook::Terminal class changed: #helpSpec #toolbarMenu
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Sat Feb 24 13:14:53 2018 +0100
+++ b/FileApplicationNoteBook.st	Mon Feb 26 19:53:17 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -4518,7 +4520,16 @@
     ^ super helpSpec addPairsFrom:#(
 
 #closeTabButton
-''
+'Close this tab'
+
+#saveAs
+'Save the contents in a file'
+
+#clearConsole
+'Clear the contents'
+
+#scrollLock
+'Toggle scroll lock'
 
 )
 ! !
@@ -4600,6 +4611,7 @@
         (
          (MenuItem
             label: 'Save As...'
+            activeHelpKey: saveAs
             itemValue: saveAs
             nameKey: Save
             isButton: true
@@ -4617,6 +4629,7 @@
           )
          (MenuItem
             label: 'Scroll Lock'
+            activeHelpKey: scrollLock
             itemValue: scrollLockedChanged
             isButton: true
             startGroup: right
@@ -4625,6 +4638,7 @@
           )
          (MenuItem
             label: 'Clear Console Output'
+            activeHelpKey: clearConsole
             itemValue: menuClearConsole
             isButton: true
             startGroup: right