Tools__Inspector2.st
changeset 17877 b1761a097d6e
parent 17815 cacf624e47f3
child 17906 b29bc2354d9d
--- a/Tools__Inspector2.st	Tue Jan 16 17:19:57 2018 +0100
+++ b/Tools__Inspector2.st	Tue Jan 16 17:29:03 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -102,7 +104,25 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super flyByHelpSpec addPairsFrom:(self helpPairs)
+
+    "Created: / 19-08-2011 / 08:52:33 / cg"
+!
+
+helpPairs
+    "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::Inspector2    
+    "
+
+    <resource: #help>
+
+    ^ #(
 
 #backwardInVisitingHistory
 'Move backward in the history of previously visited objects'
@@ -125,6 +145,8 @@
 #refresh
 'Refresh for changed object'
 
+#evaluationLanguage
+'Language used for evaluating expressions in code panes'
 )
 
     "Created: / 19-08-2011 / 08:52:33 / cg"
@@ -143,15 +165,7 @@
 
     <resource: #help>
 
-    ^ super helpSpec addPairsFrom:#(
-
-#colorProfile
-''
-
-#evaluationLanguage
-'Language used for evaluating expressions in code panes'
-
-)
+    ^ super helpSpec addPairsFrom:#(self helpPairs)
 ! !
 
 !Inspector2 class methodsFor:'image specs'!
@@ -1379,7 +1393,6 @@
     "Modified: / 10-03-2015 / 09:46:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !Inspector2::NavigationState class methodsFor:'creating classes'!
 
 for:anObject