# HG changeset patch # User anharman # Date 1583488858 -3600 # Node ID cf99fbc16b866a1020034d540639f3bb1d87b880 # Parent f1fc298be9f5df7fec5787837c8b64b20627afc1 #UI_ENHANCEMENT by exept class: ProjectBuilderAssistantApplication class changed: #helpSpec diff -r f1fc298be9f5 -r cf99fbc16b86 Tools__ProjectBuilderAssistantApplication.st --- a/Tools__ProjectBuilderAssistantApplication.st Thu Mar 05 10:40:13 2020 +0100 +++ b/Tools__ProjectBuilderAssistantApplication.st Fri Mar 06 11:00:58 2020 +0100 @@ -234,26 +234,16 @@ 'Projects with an existing ProjectDefinition of the chosen type (above)' #nameOfApplicationClass -'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' +'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' #createNewApplication -'Create a new simple dummy application (HelloWorld-like). -Press this button to get some template code to play with - but enter a name first' +'Create a new simple dummy application (HelloWorld-like).\Press this button to get some template code to play with - but enter a name first' #nameOfStartupClass -'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)' +'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)' #createNewStartupClass -'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' +'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' #browseSelectedProject 'Open a SystemBrowser on the selected Project' @@ -265,8 +255,7 @@ 'PackageID (module:directory).\The pull-down list contains packageIDs for which no ProjectDefinition exists (yet)' #'createNewProject' -'PackageID (module:directory). -Click to create a new (empty) ProjectDefinition for the given PackageID' +'PackageID (module:directory).\Click to create a new (empty) ProjectDefinition for the given PackageID' #clearBuildDirectory 'Clear the build directory' @@ -281,8 +270,7 @@ 'Build the executable only (for test-running)' #makeExeQuick -'Quick build the executable only (for test-running). -Does not regenerate the header files. Only the target package files are recreated' +'Quick build the executable only (for test-running).\Does not regenerate the header files. Only the target package files are recreated' #makeOutput 'Displays the output of the build process (make command)'