Tools__ProjectBuilderAssistantApplication.st
changeset 3874 cf99fbc16b86
parent 3873 f1fc298be9f5
equal deleted inserted replaced
3873:f1fc298be9f5 3874:cf99fbc16b86
   232 
   232 
   233 #existingProjects
   233 #existingProjects
   234 'Projects with an existing ProjectDefinition of the chosen type (above)'
   234 'Projects with an existing ProjectDefinition of the chosen type (above)'
   235 
   235 
   236 #nameOfApplicationClass
   236 #nameOfApplicationClass
   237 'For GUI applications: the name of your application class (subclass of ApplicationModel).
   237 'For GUI applications: the name of your application class (subclass of ApplicationModel).\This will be opened by the startup sequence and defines the UI.\(Usually, these are named "XXXApplication" or "XXXApp")\Click on the "Create"-button to create a simple helloWorld app to start with'
   238 This will be opened by the startup sequence and defines the UI.
       
   239 (Usually, these are named "XXXApplication" or "XXXApp")
       
   240 Click on the "Create"-button to create a simple helloWorld app to start with'
       
   241 
   238 
   242 #createNewApplication
   239 #createNewApplication
   243 'Create a new simple dummy application (HelloWorld-like). 
   240 'Create a new simple dummy application (HelloWorld-like).\Press this button to get some template code to play with - but enter a name first'
   244 Press this button to get some template code to play with - but enter a name first'
       
   245 
   241 
   246 #nameOfStartupClass
   242 #nameOfStartupClass
   247 'This class contains the main method, in which the show starts when the executable runs.
   243 'This class contains the main method, in which the show starts when the executable runs.\Its main task is to parse command line arguments (if any) and fire up the real application.\It should inherit from StandaloneStartup.\(Usually, these are named "XXXStart" or "XXXStartup")\Click on the "Create"-button to create something to start with (will launch your application)'
   248 Its main task is to parse command line arguments (if any) and fire up the real application.
       
   249 It should inherit from StandaloneStartup.
       
   250 (Usually, these are named "XXXStart" or "XXXStartup")
       
   251 Click on the "Create"-button to create something to start with (will launch your application)'
       
   252 
   244 
   253 #createNewStartupClass
   245 #createNewStartupClass
   254 'Create a new simple startup class which fires up the defined application.
   246 'Create a new simple startup class which fires up the defined application.\Press this button to get a standard startup class which does not care for command line args.\But enter a name first'
   255 Press this button to get a standard startup class which does not care for command line args.
       
   256 But enter a name first'
       
   257 
   247 
   258 #browseSelectedProject
   248 #browseSelectedProject
   259 'Open a SystemBrowser on the selected Project'
   249 'Open a SystemBrowser on the selected Project'
   260 
   250 
   261 #hideSTXBasePackages
   251 #hideSTXBasePackages
   263 
   253 
   264 #'listOfNewProjectsName'
   254 #'listOfNewProjectsName'
   265 'PackageID (module:directory).\The pull-down list contains packageIDs for which no ProjectDefinition exists (yet)'
   255 'PackageID (module:directory).\The pull-down list contains packageIDs for which no ProjectDefinition exists (yet)'
   266 
   256 
   267 #'createNewProject'
   257 #'createNewProject'
   268 'PackageID (module:directory).
   258 'PackageID (module:directory).\Click to create a new (empty) ProjectDefinition for the given PackageID'
   269 Click to create a new (empty) ProjectDefinition for the given PackageID'
       
   270 
   259 
   271 #clearBuildDirectory
   260 #clearBuildDirectory
   272 'Clear the build directory'
   261 'Clear the build directory'
   273 
   262 
   274 #makeAll
   263 #makeAll
   279 
   268 
   280 #makeExe
   269 #makeExe
   281 'Build the executable only (for test-running)'
   270 'Build the executable only (for test-running)'
   282 
   271 
   283 #makeExeQuick
   272 #makeExeQuick
   284 'Quick build the executable only (for test-running). 
   273 'Quick build the executable only (for test-running).\Does not regenerate the header files. Only the target package files are recreated'
   285 Does not regenerate the header files. Only the target package files are recreated'
       
   286 
   274 
   287 #makeOutput
   275 #makeOutput
   288 'Displays the output of the build process (make command)'
   276 'Displays the output of the build process (make command)'
   289 
   277 
   290 #openExplorer
   278 #openExplorer