Tools__ProjectBuilderAssistantApplication.st
changeset 2994 1606aca78699
parent 2993 23f43abca7d0
child 3002 3c8db6ae6f30
equal deleted inserted replaced
2993:23f43abca7d0 2994:1606aca78699
   381 'Open a Filebrowser on the build directory.'
   381 'Open a Filebrowser on the build directory.'
   382 
   382 
   383 #stopMake
   383 #stopMake
   384 'Abort the ongoing build process. Please clear the build directory afterwards to remove any leftover garbage.'
   384 'Abort the ongoing build process. Please clear the build directory afterwards to remove any leftover garbage.'
   385 
   385 
       
   386 #hideOtherStartupClasses
       
   387 'Hide startup classes from other packages. Uncheck to see them.\(Notice: the startup class really should be in the same package)'
       
   388 
   386 )
   389 )
   387 
   390 
   388     "Modified: / 06-09-2012 / 16:09:10 / cg"
   391     "Modified: / 06-09-2012 / 16:09:10 / cg"
       
   392 ! !
       
   393 
       
   394 !ProjectBuilderAssistantApplication class methodsFor:'help specs'!
       
   395 
       
   396 helpSpec
       
   397     "This resource specification was automatically generated
       
   398      by the UIHelpTool of ST/X."
       
   399 
       
   400     "Do not manually edit this!! If it is corrupted,
       
   401      the UIHelpTool may not be able to read the specification."
       
   402 
       
   403     "
       
   404      UIHelpTool openOnClass:Tools::ProjectBuilderAssistantApplication    
       
   405     "
       
   406 
       
   407     <resource: #help>
       
   408 
       
   409     ^ super helpSpec addPairsFrom:#(
       
   410 
       
   411 #hideOtherStartupClasses
       
   412 ''
       
   413 
       
   414 )
   389 ! !
   415 ! !
   390 
   416 
   391 !ProjectBuilderAssistantApplication class methodsFor:'interface specs'!
   417 !ProjectBuilderAssistantApplication class methodsFor:'interface specs'!
   392 
   418 
   393 page1_projectTypeSelectionSpec
   419 page1_projectTypeSelectionSpec
   850              (SpecCollection
   876              (SpecCollection
   851                 collection: (
   877                 collection: (
   852                  (InputFieldSpec
   878                  (InputFieldSpec
   853                     name: 'EntryField1'
   879                     name: 'EntryField1'
   854                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   880                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
       
   881                     activeHelpKey: nameOfStartupClass
   855                     model: newStartupClassName
   882                     model: newStartupClassName
   856                     acceptOnReturn: true
   883                     acceptOnReturn: true
   857                     acceptOnTab: true
   884                     acceptOnTab: true
   858                     acceptOnLostFocus: true
   885                     acceptOnLostFocus: true
   859                     acceptOnPointerLeave: true
   886                     acceptOnPointerLeave: true
   860                     emptyFieldReplacementText: 'MyStandAloneStartup'
   887                     emptyFieldReplacementText: 'MyStandAloneStartup'
   861               activeHelpKey: nameOfStartupClass    
       
   862                   )
   888                   )
   863                  (ActionButtonSpec
   889                  (ActionButtonSpec
   864                     label: 'Create'
   890                     label: 'Create'
   865                     name: 'Button1'
   891                     name: 'Button1'
   866                     layout: (LayoutFrame -100 1 6 0 1 1 28 0)
   892                     layout: (LayoutFrame -100 1 6 0 1 1 28 0)
       
   893                     activeHelpKey: createNewStartupClass
   867                     translateLabel: true
   894                     translateLabel: true
   868                     model: createNewStartupClass
   895                     model: createNewStartupClass
   869               activeHelpKey: createNewStartupClass    
       
   870                   )
   896                   )
   871                  )
   897                  )
   872                
   898                
   873               )
   899               )
   874             )
   900             )
   911                   )
   937                   )
   912                  (CheckBoxSpec
   938                  (CheckBoxSpec
   913                     label: 'Hide other Startup Classes'
   939                     label: 'Hide other Startup Classes'
   914                     name: 'CheckBox1'
   940                     name: 'CheckBox1'
   915                     layout: (LayoutFrame -1 0 -20 1 0 1 2 1)
   941                     layout: (LayoutFrame -1 0 -20 1 0 1 2 1)
       
   942                     activeHelpKey: hideOtherStartupClasses
   916                     model: hideOtherStartupClasses
   943                     model: hideOtherStartupClasses
   917                     translateLabel: true
   944                     translateLabel: true
   918                   )
   945                   )
   919                  )
   946                  )
   920                
   947