Tools__ProjectBuilderAssistantApplication.st
changeset 3621 5d7d4931b7c7
parent 3559 ec4d0d1605c5
child 3631 b7ed78d91bbb
equal deleted inserted replaced
3620:c0f9b9ddd6bd 3621:5d7d4931b7c7
  3173 These are subclasses of <I>ProjectDefinition</I> and define the type, name and contents of a project. 
  3173 These are subclasses of <I>ProjectDefinition</I> and define the type, name and contents of a project. 
  3174 <p>
  3174 <p>
  3175 Please enter a project-identifier which must have a well defined format in Smalltalk/X.
  3175 Please enter a project-identifier which must have a well defined format in Smalltalk/X.
  3176 Notice that the ID directly reflects the project''s location within the source code repository 
  3176 Notice that the ID directly reflects the project''s location within the source code repository 
  3177 (module:directoryPath). 
  3177 (module:directoryPath). 
  3178 <br>If in doubt, use "<b>&lt;yourname&gt;:demos/xxx_n</b>".'
  3178 <br>If in doubt, use "<b>&lt;yourname&gt;:demos/xxx_n</b>".
       
  3179 <br>Press "Create" to generate a typical definition.'
  3179         ) decodeAsLiteralArray.
  3180         ) decodeAsLiteralArray.
  3180 
  3181 
  3181     specs add:
  3182     specs add:
  3182         #(AssistantPageSpec
  3183         #(AssistantPageSpec
  3183             pageTitle: 'Startup Application Selection'
  3184             pageTitle: 'Startup Application Selection'
  3185             isEnabledQuerySelector: #projectTypeIsGuiApplication
  3186             isEnabledQuerySelector: #projectTypeIsGuiApplication
  3186             canEnterQuerySelector: #canEnterApplicationSelection
  3187             canEnterQuerySelector: #canEnterApplicationSelection
  3187             enterCallbackSelector: updateListOfApplicationsInProject
  3188             enterCallbackSelector: updateListOfApplicationsInProject
  3188             infoText: 'Choose an existing application or create a new one. 
  3189             infoText: 'Choose an existing application or create a new one. 
  3189 These are subclasses of <I>ApplicationModel</I> and define the GUI and control flow inside the application. 
  3190 These are subclasses of <I>ApplicationModel</I> and define the GUI and control flow inside the application. 
  3190 Can also be left blank if the startup class does it all (stx build).'
  3191 Can also be left blank if the startup class does it all (stx build).
       
  3192 <br>Press "Create" to get a simple hello-world application to start with.'
  3191         ) decodeAsLiteralArray.
  3193         ) decodeAsLiteralArray.
  3192 
  3194 
  3193     specs add:
  3195     specs add:
  3194         #(AssistantPageSpec
  3196         #(AssistantPageSpec
  3195             pageTitle: 'Startup Class Selection'
  3197             pageTitle: 'Startup Class Selection'