GettingStarted.wsp
changeset 541 6fda6eb309f9
parent 540 e27a6c1450bc
child 542 ddf83450b8f1
equal deleted inserted replaced
540:e27a6c1450bc 541:6fda6eb309f9
     1 Quick User Guide to Get Started
     1 Quick User Guide to Get Started
     2 
     2 
     3 1) Adjust Settings
     3 1) Adjust Settings
     4   Recommended:
     4   Recommended:
     5 	Got to the launchers "Settings-Tools" dialog.
     5 	Go to the launchers "Settings-Tools" dialog.
     6 	Enable the following advanced tools:
     6 	Enable the following advanced tools:
     7 	    (+) New System Browser
     7 	    (+) New System Browser
     8 	    (+) New File Browser
     8 	    (+) New File Browser
     9 	    (+) New File Dialog
     9 	    (+) New File Dialog
    10 	    (+) New Settings Dialog
    10 	    (+) New Settings Dialog
    11 	    (+) New ProcessMonitpr
    11 	    (+) New ProcessMonitpr
    12 
    12 
    13 	The New ChangesBrowser and Hierarchical Inspectors are unfinished and
    13 	The New ChangesBrowser and Hierarchical Inspectors are unfinished and
    14 	not yet recommended.
    14 	should not (yet) be enabled.
    15 
    15 
    16   Useful:
    16   Useful:
    17 	Choose a view style in the "Settings-ViewStyle dialog"
    17 	Choose a view style in the "Settings-ViewStyle dialog" that suits your taste.
    18 
    18 
    19 
    19 
    20 2) Learn Smalltalk
    20 2) Learn some of the Tools
    21   See the "Reading List" in the online documentation; we recommend reading
    21   The most heavily used tools are:
    22   Ivan Tomek's "Joy of Smalltalk".
    22 	Workspace
       
    23 	SystemBrowser
       
    24 	ChangesBrowser
       
    25   Get used to them.
       
    26 
       
    27 3) Learn Smalltalk / Write little demo programs
       
    28   See the "Reading List" in the online documentation; 
       
    29   we recommend reading Ivan Tomek's "Joy of Smalltalk" and also work through
       
    30   the "Introduction to ST" interactive document.
       
    31   Both can be reached via the "Help - Online Documentation" menu; 
       
    32   then proceed to the "Reading List".
       
    33 
       
    34 4) Save your work
       
    35   Save a snapshot (launchers "File - Save Image" menu) and/or
       
    36   fileOut your classes from time to time.
       
    37   Have a look at the ChangesBrowser, which is your life saver in case
       
    38   of desaster.
       
    39 
       
    40 5) Comunicate
       
    41   Talk to others - there is a very active Smalltalk community.
       
    42   See comp.lang.smalltalk, various Smalltalk related webSites and various mailing lists.
       
    43 
       
    44 
       
    45 Always)
       
    46    Have fun