private.rc
branchjv
changeset 1485 bde224d85196
parent 1307 7f44c281c78f
child 1486 f2eb1c4525e3
equal deleted inserted replaced
1484:cef397199379 1485:bde224d85196
   231 	"/ start some views ...
   231 	"/ start some views ...
   232 	"/ you can add all stuff you'd like to come up by default
   232 	"/ you can add all stuff you'd like to come up by default
   233 	"/ the first time.
   233 	"/ the first time.
   234 	"/
   234 	"/
   235 
   235 
       
   236 	'private.rc [info]: starting Launcher...' infoPrintCR.
       
   237 	NewLauncher open.
       
   238 
   236 	((Smalltalk commandLineArguments includes:'--quick')
   239 	((Smalltalk commandLineArguments includes:'--quick')
   237 	or:[(Smalltalk commandLineArguments includes:'--faststart')
   240 	or:[(Smalltalk commandLineArguments includes:'--faststart')
   238 	or:[(Smalltalk commandLineArguments includes:'--fastStart')]])
   241 	or:[(Smalltalk commandLineArguments includes:'--fastStart')]])
   239 	ifFalse:[
   242 	ifFalse:[
   240 	    "/
   243 	    "/
   247 	UserPreferences current showTipOfTheDayAtStartup ifTrue:[
   250 	UserPreferences current showTipOfTheDayAtStartup ifTrue:[
   248 	    'private.rc [info]: starting DidYouKnow...' infoPrintCR.
   251 	    'private.rc [info]: starting DidYouKnow...' infoPrintCR.
   249 	    DidYouKnowTipViewer open
   252 	    DidYouKnowTipViewer open
   250 	].
   253 	].
   251 
   254 
   252 	'private.rc [info]: starting Launcher...' infoPrintCR.
       
   253 	NewLauncher open.
       
   254 
       
   255 	"/
   255 	"/
   256 	"/ start a SystemBrowser
   256 	"/ start a SystemBrowser
   257 	"/ - I dont want one (using Launcher)
   257 	"/ - I dont want one (using Launcher)
   258 	"/
   258 	"/
   259 	"/ NewSystemBrowser open.
   259 	"/ NewSystemBrowser open.