Tools__CodeView2SettingsAppl.st
changeset 14235 77dd9199be5b
parent 13807 74118f93a30b
child 14418 807eaf175885
--- a/Tools__CodeView2SettingsAppl.st	Mon Apr 14 11:38:29 2014 +0200
+++ b/Tools__CodeView2SettingsAppl.st	Mon Apr 14 11:39:01 2014 +0200
@@ -152,7 +152,7 @@
          label: 'Code Editor Settings'
          name: 'Code Editor Settings'
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 585 333)
+         bounds: (Rectangle 0 0 589 346)
        )
        component: 
       (SpecCollection
@@ -178,7 +178,7 @@
                      collection: (
                       (VerticalPanelViewSpec
                          name: 'ToolSupportCheckBox'
-                         layout: (LayoutFrame 0 0 0 0 0 1 81 0)
+                         layout: (LayoutFrame 0 0 0 0 0 1 96 0)
                          horizontalLayout: fit
                          verticalLayout: top
                          horizontalSpace: 3
@@ -193,7 +193,7 @@
                                enableChannel: useCodeView2InToolEnabled
                                model: useCodeView2InBrowser
                                translateLabel: true
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             (CheckBoxSpec
                                label: 'Use Advanced Code Editor in Debugger (experimental)'
@@ -202,7 +202,7 @@
                                enableChannel: useCodeView2InToolEnabled
                                model: useCodeView2InDebugger
                                translateLabel: true
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             (CheckBoxSpec
                                label: 'Use Advanced Code Editor in Workspace'
@@ -211,7 +211,7 @@
                                enableChannel: useCodeView2InToolEnabled
                                model: useCodeView2InWorkspace
                                translateLabel: true
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             )
                           
@@ -222,7 +222,7 @@
                       )
                     
                    )
-                   extent: (Point 585 117)
+                   extent: (Point 589 124)
                  )
                 (FramedBoxSpec
                    label: 'Edit Support'
@@ -247,7 +247,7 @@
                                name: 'ShowAcceptCancelBarInBrowser'
                                activeHelpKey: showAcceptCancelBar
                                model: showAcceptCancelBarInBrowser
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             (ViewSpec
                                name: 'Box1'
@@ -266,7 +266,7 @@
                                   )
                                 
                                )
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             (CheckBoxSpec
                                label: 'Auto Pretty Print (experimental, not yet recommended)'
@@ -276,7 +276,7 @@
                                enableChannel: false
                                model: codeView2AutoPrettyPrint
                                translateLabel: true
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             )
                           
@@ -285,7 +285,7 @@
                       )
                     
                    )
-                   extent: (Point 585 115)
+                   extent: (Point 589 120)
                  )
                 (FramedBoxSpec
                    label: 'Keyboard Shortcuts'
@@ -311,7 +311,7 @@
                                activeHelpKey: codeView2QuickSendersAndImplementorsOnControl
                                model: codeView2QuickSendersAndImplementorsOnControl
                                translateLabel: true
-                               extent: (Point 549 25)
+                               extent: (Point 553 30)
                              )
                             )
                           
@@ -320,7 +320,7 @@
                       )
                     
                    )
-                   extent: (Point 585 65)
+                   extent: (Point 589 65)
                  )
                 )
               
@@ -330,8 +330,6 @@
         
        )
      )
-
-    "Modified (format): / 06-12-2013 / 17:43:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CodeView2SettingsAppl methodsFor:'aspects'!
@@ -502,14 +500,14 @@
 !CodeView2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.11 2014-02-05 18:56:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.12 2014-04-14 09:39:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.11 2014-02-05 18:56:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.12 2014-04-14 09:39:01 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2SettingsAppl.st,v 1.11 2014-02-05 18:56:19 cg Exp $'
+    ^ '$Id: Tools__CodeView2SettingsAppl.st,v 1.12 2014-04-14 09:39:01 cg Exp $'
 ! !