Tools__TestRunner2.st
changeset 15242 f712de710098
parent 15233 1b46d692cfc4
child 15394 88acbfcaaa07
--- a/Tools__TestRunner2.st	Tue Feb 10 13:35:37 2015 +0100
+++ b/Tools__TestRunner2.st	Tue Feb 10 14:19:30 2015 +0100
@@ -605,76 +605,79 @@
     <resource: #canvas>
 
     ^ 
-     #(FullSpec
-        name: windowSpec
-        window: 
-       (WindowSpec
-          label: 'Test Runner Tool'
-          name: 'Test Runner Tool'
-          min: (Point 0 0)
-          bounds: (Rectangle 0 0 717 412)
-          menu: mainMenu
-          icon: defaultIcon
-        )
-        component: 
-       (SpecCollection
-          collection: (
-           (UISubSpecification
-              name: 'ResultPane'
-              layout: (LayoutFrame 0 0 0 0 0 1 100 0)
-              minorKey: resultPaneSpec
-            )
-           (VariableHorizontalPanelSpec
-              name: 'ListPane'
-              layout: (LayoutFrame 0 0 100 0 0 1 -30 1)
-              showHandle: true
-              snapMode: both
-              handlePosition: right
-              component: 
-             (SpecCollection
-                collection: (
-                 (NoteBookViewSpec
-                    name: 'ClassOrPackageTab'
-                    model: classCategoryOrPackageTabIndexHolder
-                    menu: classCategoryOrPackageTabList
-                    useIndex: true
-                    fitLastRow: false
-                  )
-                 (TransparentBoxSpec
-                    name: 'ClassListBox'
-                    component: 
-                   (SpecCollection
-                      collection: (
-                       (SubCanvasSpec
-                          name: 'ClassList'
-                          layout: (LayoutFrame 0 0 25 0 0 1 0 1)
-                          hasHorizontalScrollBar: false
-                          hasVerticalScrollBar: false
-                          clientKey: classList
-                          createNewBuilder: false
-                        )
+    #(FullSpec
+       name: windowSpec
+       window: 
+      (WindowSpec
+         label: 'Test Runner Tool'
+         name: 'Test Runner Tool'
+         min: (Point 0 0)
+         bounds: (Rectangle 0 0 717 412)
+         menu: mainMenu
+         icon: defaultIcon
+       )
+       component: 
+      (SpecCollection
+         collection: (
+          (UISubSpecification
+             name: 'ResultPane'
+             layout: (LayoutFrame 0 0 0 0 0 1 100 0)
+             minorKey: resultPaneSpec
+           )
+          (VariableHorizontalPanelSpec
+             name: 'ListPane'
+             layout: (LayoutFrame 0 0 100 0 0 1 -30 1)
+             showHandle: true
+             snapMode: both
+             handlePosition: right
+             component: 
+            (SpecCollection
+               collection: (
+                (NoteBookViewSpec
+                   name: 'ClassOrPackageTab'
+                   model: classCategoryOrPackageTabIndexHolder
+                   menu: classCategoryOrPackageTabList
+                   useIndex: true
+                   fitLastRow: false
+                   translateLabel: true
+                 )
+                (TransparentBoxSpec
+                   name: 'ClassListBox'
+                   component: 
+                  (SpecCollection
+                     collection: (
+                      (SubCanvasSpec
+                         name: 'ClassList'
+                         layout: (LayoutFrame 0 0 25 0 0 1 0 1)
+                         hasHorizontalScrollBar: false
+                         hasVerticalScrollBar: false
+                         clientKey: classList
+                         createNewBuilder: false
                        )
-                     
-                    )
-                  )
-                 (NoteBookViewSpec
-                    name: 'NoteBook2'
-                    menu: resultAndHistoryTabList
-                  )
+                      )
+                    
+                   )
+                 )
+                (NoteBookViewSpec
+                   name: 'NoteBook2'
+                   menu: resultAndHistoryTabList
+                   translateLabel: true
                  )
-               
-              )
-              handles: (Any 0.33333333333333 0.66666666666667 1.0)
-            )
-           (UISubSpecification
-              name: 'ButtonPane'
-              layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
-              minorKey: buttonPaneSpec
-            )
+                )
+              
+             )
+             handles: (Any 0.33333333333332998 0.66666666666666996 1.0)
            )
-         
-        )
-      )
+          (UISubSpecification
+             name: 'ButtonPane'
+             layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
+             minorKey: buttonPaneSpec
+             keepSpaceForOSXResizeHandleH: true
+           )
+          )
+        
+       )
+     )
 !
 
 windowSpec_old
@@ -1916,7 +1919,7 @@
 !TestRunner2::ClassList class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.58 2015-02-07 18:07:46 cg Exp $'
+    ^'$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.59 2015-02-10 13:19:30 cg Exp $'
 ! !
 
 !TestRunner2::ClassList methodsFor:'private'!
@@ -2421,15 +2424,15 @@
 !TestRunner2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.58 2015-02-07 18:07:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.59 2015-02-10 13:19:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.58 2015-02-07 18:07:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.59 2015-02-10 13:19:30 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__TestRunner2.st,v 1.58 2015-02-07 18:07:46 cg Exp $'
+    ^ '$Id: Tools__TestRunner2.st,v 1.59 2015-02-10 13:19:30 cg Exp $'
 ! !