#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 05 Oct 2016 16:26:38 +0200
changeset 16895 463e46f35100
parent 16894 a6e7b6cd2db0
child 16896 9336d232a127
#UI_ENHANCEMENT by cg class: Tools::NewClassWizardDialog changed: #windowSpec
Tools__NewClassWizardDialog.st
--- a/Tools__NewClassWizardDialog.st	Wed Oct 05 15:25:04 2016 +0200
+++ b/Tools__NewClassWizardDialog.st	Wed Oct 05 16:26:38 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
@@ -303,7 +301,7 @@
          label: 'Class Creation Wizard'
          name: 'Class Creation Wizard'
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 558 609)
+         bounds: (Rectangle 0 0 592 639)
        )
        component: 
       (SpecCollection
@@ -324,14 +322,14 @@
           (LabelSpec
              label: 'Programming Language:'
              name: 'Label9'
-             layout: (LayoutFrame 10 0 90 0 180 0 112 0)
+             layout: (LayoutFrame 7 0 90 0 301 0 112 0)
              activeHelpKey: programmingLanguage
              translateLabel: true
              adjust: right
            )
           (ComboListSpec
              name: 'ComboList1'
-             layout: (LayoutFrame 190 0 90 0 -32 1 112 0)
+             layout: (LayoutFrame 308 0 90 0 -32 1 112 0)
              activeHelpKey: programmingLanguage
              model: languageHolder
              comboList: listOfLanguages
@@ -340,14 +338,14 @@
           (LabelSpec
              label: 'Stereotype:'
              name: 'Label13'
-             layout: (LayoutFrame 10 0 120 0 180 0 142 0)
+             layout: (LayoutFrame 10 0 143 0 180 0 165 0)
              activeHelpKey: stereotype
              translateLabel: true
              adjust: right
            )
           (ComboListSpec
              name: 'ComboList3'
-             layout: (LayoutFrame 190 0 119 0 -32 1 141 0)
+             layout: (LayoutFrame 190 0 142 0 -32 1 164 0)
              activeHelpKey: stereotype
              model: stereotypeHolder
              comboList: listOfStereotypes
@@ -356,14 +354,14 @@
           (LabelSpec
              label: 'Class Name:'
              name: 'Label1'
-             layout: (LayoutFrame 10 0 149 0 180 0 171 0)
+             layout: (LayoutFrame 10 0 172 0 180 0 194 0)
              activeHelpKey: className
              translateLabel: true
              adjust: right
            )
           (InputFieldSpec
              name: 'EntryField1'
-             layout: (LayoutFrame 190 0 149 0 -32 1 171 0)
+             layout: (LayoutFrame 190 0 172 0 -32 1 194 0)
              activeHelpKey: className
              model: classNameHolder
              acceptOnReturn: true
@@ -374,20 +372,20 @@
           (LabelSpec
              label: '*'
              name: 'Label14'
-             layout: (LayoutFrame 180 0 150 0 190 0 172 0)
+             layout: (LayoutFrame 180 0 173 0 190 0 195 0)
              translateLabel: true
            )
           (LabelSpec
              label: 'Superclass:'
              name: 'Label2'
-             layout: (LayoutFrame 10 0 179 0 180 0 201 0)
+             layout: (LayoutFrame 10 0 202 0 180 0 224 0)
              activeHelpKey: superclass
              translateLabel: true
              adjust: right
            )
           (ComboBoxSpec
              name: 'ComboBox1'
-             layout: (LayoutFrame 190 0 179 0 -32 1 201 0)
+             layout: (LayoutFrame 190 0 202 0 -32 1 224 0)
              activeHelpKey: superclass
              model: superclassNameHolder
              acceptOnLostFocus: true
@@ -397,13 +395,13 @@
           (LabelSpec
              label: '*'
              name: 'Label15'
-             layout: (LayoutFrame 180 0 179 0 190 0 201 0)
+             layout: (LayoutFrame 180 0 202 0 190 0 224 0)
              translateLabel: true
            )
           (ActionButtonSpec
              label: '...'
              name: 'Button1'
-             layout: (LayoutFrame -22 1 179 0 -2 1 201 0)
+             layout: (LayoutFrame -22 1 202 0 -2 1 224 0)
              activeHelpKey: chooseSuperclass
              translateLabel: true
              model: openSuperClassChooser
@@ -411,14 +409,14 @@
           (LabelSpec
              label: 'Package ID:'
              name: 'Label3'
-             layout: (LayoutFrame 10 0 220 0 180 0 242 0)
+             layout: (LayoutFrame 10 0 243 0 180 0 265 0)
              activeHelpKey: package
              translateLabel: true
              adjust: right
            )
           (ComboBoxSpec
              name: 'ComboBox2'
-             layout: (LayoutFrame 190 0 219 0 -32 1 241 0)
+             layout: (LayoutFrame 190 0 242 0 -32 1 264 0)
              activeHelpKey: package
              model: packageHolder
              acceptOnReturn: true
@@ -430,7 +428,7 @@
           (ActionButtonSpec
              label: '...'
              name: 'Button4'
-             layout: (LayoutFrame -22 1 219 0 -2 1 241 0)
+             layout: (LayoutFrame -22 1 242 0 -2 1 264 0)
              activeHelpKey: packageChooser
              translateLabel: true
              model: openPackageChooser
@@ -438,14 +436,14 @@
           (LabelSpec
              label: 'Namespace:'
              name: 'Label4'
-             layout: (LayoutFrame 10 0 249 0 180 0 271 0)
+             layout: (LayoutFrame 10 0 272 0 180 0 294 0)
              activeHelpKey: namespace
              translateLabel: true
              adjust: right
            )
           (ComboListSpec
              name: 'ComboList2'
-             layout: (LayoutFrame 190 0 249 0 -32 1 271 0)
+             layout: (LayoutFrame 190 0 272 0 -32 1 294 0)
              activeHelpKey: namespace
              model: nameSpaceHolder
              comboList: listOfNamespaces
@@ -453,7 +451,7 @@
           (ActionButtonSpec
              label: '...'
              name: 'Button5'
-             layout: (LayoutFrame -22 1 249 0 -2 1 271 0)
+             layout: (LayoutFrame -22 1 272 0 -2 1 294 0)
              activeHelpKey: namespaceChooser
              translateLabel: true
              model: openNamespaceChooser
@@ -461,14 +459,14 @@
           (LabelSpec
              label: 'Category:'
              name: 'Label12'
-             layout: (LayoutFrame 10 0 279 0 180 0 301 0)
+             layout: (LayoutFrame 10 0 302 0 180 0 324 0)
              activeHelpKey: category
              translateLabel: true
              adjust: right
            )
           (ComboBoxSpec
              name: 'ComboBox3'
-             layout: (LayoutFrame 190 0 279 0 -32 1 301 0)
+             layout: (LayoutFrame 190 0 302 0 -32 1 324 0)
              activeHelpKey: category
              model: categoryHolder
              acceptOnLostFocus: true
@@ -477,7 +475,7 @@
           (ActionButtonSpec
              label: '...'
              name: 'Button6'
-             layout: (LayoutFrame -22 1 279 0 -2 1 301 0)
+             layout: (LayoutFrame -22 1 302 0 -2 1 324 0)
              activeHelpKey: categoryChooser
              translateLabel: true
              model: openCategoryChooser
@@ -485,14 +483,14 @@
           (LabelSpec
              label: 'Instance Variables:'
              name: 'Label5'
-             layout: (LayoutFrame 10 0 319 0 180 0 341 0)
+             layout: (LayoutFrame 10 0 342 0 180 0 364 0)
              activeHelpKey: instanceVariableNames
              translateLabel: true
              adjust: right
            )
           (InputFieldSpec
              name: 'EntryField4'
-             layout: (LayoutFrame 190 0 319 0 -32 1 341 0)
+             layout: (LayoutFrame 190 0 342 0 -32 1 364 0)
              activeHelpKey: instanceVariableNames
              model: instVarNamesHolder
              acceptOnReturn: true
@@ -503,14 +501,14 @@
           (LabelSpec
              label: 'Class Variables:'
              name: 'Label6'
-             layout: (LayoutFrame 10 0 349 0 180 0 371 0)
+             layout: (LayoutFrame 10 0 372 0 180 0 394 0)
              activeHelpKey: classVariableNames
              translateLabel: true
              adjust: right
            )
           (InputFieldSpec
              name: 'EntryField5'
-             layout: (LayoutFrame 190 0 349 0 -32 1 371 0)
+             layout: (LayoutFrame 190 0 372 0 -32 1 394 0)
              activeHelpKey: classVariableNames
              model: classVarNamesHolder
              acceptOnReturn: true
@@ -519,16 +517,16 @@
              acceptOnPointerLeave: true
            )
           (LabelSpec
-             label: 'Class Instance Variables:'
+             label: 'Class InstVars:'
              name: 'Label7'
-             layout: (LayoutFrame 10 0 379 0 180 0 401 0)
+             layout: (LayoutFrame 10 0 402 0 180 0 424 0)
              activeHelpKey: classInstVariableNames
              translateLabel: true
              adjust: right
            )
           (InputFieldSpec
              name: 'EntryField6'
-             layout: (LayoutFrame 190 0 379 0 -32 1 401 0)
+             layout: (LayoutFrame 190 0 402 0 -32 1 424 0)
              activeHelpKey: classInstVariableNames
              model: classInstVarNamesHolder
              acceptOnReturn: true
@@ -539,14 +537,14 @@
           (LabelSpec
              label: 'Create:'
              name: 'Label8'
-             layout: (LayoutFrame 10 0 419 0 110 0 441 0)
+             layout: (LayoutFrame 10 0 442 0 110 0 464 0)
              translateLabel: true
              adjust: right
            )
           (CheckBoxSpec
              label: 'Accessors'
              name: 'CheckBox1'
-             layout: (LayoutFrame 120 0 419 0 280 0 441 0)
+             layout: (LayoutFrame 120 0 442 0 280 0 464 0)
              activeHelpKey: createAccessors
              model: createAccessorsHolder
              translateLabel: true
@@ -554,7 +552,7 @@
           (CheckBoxSpec
              label: 'Initial Template Code'
              name: 'CheckBox6'
-             layout: (LayoutFrame 310 0 419 0 -36 1 441 0)
+             layout: (LayoutFrame 310 0 442 0 -36 1 464 0)
              activeHelpKey: createInitialGUICode
              model: createInitialGUICodeHolder
              translateLabel: true
@@ -562,7 +560,7 @@
           (CheckBoxSpec
              label: 'Initializer'
              name: 'CheckBox2'
-             layout: (LayoutFrame 120 0 449 0 0 1 471 0)
+             layout: (LayoutFrame 120 0 472 0 0 1 494 0)
              activeHelpKey: createInitializer
              model: createInitializerHolder
              translateLabel: true
@@ -570,7 +568,7 @@
           (CheckBoxSpec
              label: 'Update Method'
              name: 'CheckBox5'
-             layout: (LayoutFrame 120 0 479 0 0 1 501 0)
+             layout: (LayoutFrame 120 0 502 0 0 1 524 0)
              activeHelpKey: createUpdateMethod
              model: createUpdateMethodHolder
              translateLabel: true
@@ -578,7 +576,7 @@
           (CheckBoxSpec
              label: 'Required Methods (Subclass responsibilities)'
              name: 'CheckBox3'
-             layout: (LayoutFrame 120 0 509 0 0 1 531 0)
+             layout: (LayoutFrame 120 0 532 0 0 1 554 0)
              activeHelpKey: createRequiredMethods
              model: createRequiredMethodsHolder
              translateLabel: true
@@ -586,7 +584,7 @@
           (CheckBoxSpec
              label: 'Print Method'
              name: 'CheckBox4'
-             layout: (LayoutFrame 120 0 539 0 0 1 561 0)
+             layout: (LayoutFrame 120 0 562 0 0 1 584 0)
              activeHelpKey: createPrintMethod
              visibilityChannel: false
              model: createPrintMethodHolder