NewSystemBrowser.st
changeset 9561 7a7a9b4d3576
parent 9560 e844711c6d2f
child 9562 6fb2715e99c8
--- a/NewSystemBrowser.st	Wed Aug 25 10:14:56 2010 +0200
+++ b/NewSystemBrowser.st	Wed Aug 25 10:18:26 2010 +0200
@@ -260,85 +260,85 @@
 'The text-cursor''s column number'
 
 #lineLabel
-'The text-cursor''s line number. Double-Click to change'
+'The text-cursor''s line number. Double-click to change'
 
 #modeLabel
-'The editing mode (Insert vs. Overwrite). Right-Click to change'
+'The editing mode (Insert vs. Overwrite). Right-click to change'
 
 #packageInfoLabel
 'Package and revision info (for class or method)'
 
 #addBreakPoint
-'Add Breakpoint on Method'
+'Add breakpoint on method'
 
 #createBuffer
-'Add Buffer'
+'Add buffer'
 
 #removeBreakPoint
-'Remove Breakpoint'
+'Remove breakpoint'
 
 #recentlyChangedMethods
-'Recently Changed Methods'
+'Recently changed methods'
 
 #recentlyChangedClasses
-'Recently Changed Classes'
+'Recently changed classes'
 
 #recentChanges
-'Recently Changed Methods'
+'Recently changed methods'
 
 #recentVisits
-'Recently Visited'
+'Recently visited'
 
 #recentlyVisitedMethods
-'Recently Visited Methods'
+'Recently visited methods'
 
 #recentlyVisitedMethods
-'Visited Methods'
+'Visited methods'
 
 #executeSelectedClassMethod
-'Execute the Selected Class Method'
+'Execute the selected class method. Show execution time and answer on the Transcript'
 
 #launchSelectedApplication
-'Launch the Selected Application'
+'Launch the selected application'
 
 #runTestCases
-'Run Selected TestCase(s)'
+'Run selected testCase(s)'
 
 #runTestCasesWithDebug
-'Run Selected TestCase(s) with Debugger enabled'
+'Run selected testCase(s) with debugger enabled'
 
 #showCategories
-'Show Class Categories'
+'Show class categories'
 
 #showClassHierarchy
-'Show Class Inheritance'
+'Show class inheritance'
 
 #showInheritedMethods
-'Show Inherited Methods (except Object''s)'
+'Show inherited methods (except Object''s)'
 
 #doNotShowInheritedMethods
-'Do not Show Inherited Methods'
+'Do not show inherited methods'
 
 #searchClass
-'Search Class'
+'Search class'
 
 #searchClass
-'Search Class'
+'Search class'
 
 #gotoClassEntryField
-'Goto Class'
+'Goto class'
 
 #formatCode
-'Format Code (PrettyPrint)'
+'Format code (PrettyPrint)'
 
 #hideToolBar
-'Hide Toolbar. Show again via the "View"-Menu'
+'Hide toolbar. Show again via the "View"-menu'
 
 #redoOperation
-'Redo undone Operation'
+'Redo undone operation'
 
 #undoOperation
-'Undo Operation'
+'Undo operation'
 
 ).
 
@@ -355,31 +355,7 @@
     ].
     ^ spec.
 
-    "Modified: / 27-04-2010 / 16:20:43 / cg"
-!
-
-helpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:Tools::NewSystemBrowser    
-    "
-
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:#(
-
-#executeSelectedClassMethod
-''
-
-#launchSelectedApplication
-''
-
-)
+    "Modified: / 25-08-2010 / 10:17:53 / cg"
 ! !
 
 !NewSystemBrowser class methodsFor:'image specs'!
@@ -44585,11 +44561,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1478 2010-08-25 08:14:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1479 2010-08-25 08:18:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1478 2010-08-25 08:14:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1479 2010-08-25 08:18:26 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!