Changes between Version 12 and Version 13 of squeak_screencasts


Ignore:
Timestamp:
10/27/2011 06:37:05 PM (13 years ago)
Author:
patrick.rein
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • squeak_screencasts

    v12 v13  
    156156'''Description'''
    157157
     158You will be guided through writing and executing code the Workspace and how to use the Transcript to inspect properties of objects.
    158159
    159160== Object Explorer and Inspector ==
     
    169170'''Description'''
    170171
     172This video introduces the Object Explorer and Object Inspector, which are tools that you can use during debugging in order to comfortably inspect object properties.
    171173
    172174= Debugging and dealing with image failures =
     
    197199'''Description'''
    198200
     201What to do if your image stopped responding because the UI process is hung up in something?
    199202
    200203= Versioning your work with Monticello =
     
    211214'''Description'''
    212215
     216The Monticello Browser will be introduced. It's the main versioning system for Squeak, a little like Git / SVN for other languages. You will see how to set up your own repository and a new package.
    213217
    214218== View Diffs and Changes ==
     
    224228'''Description'''
    225229
     230As continuation of the first Monticello video, you will be shown to upload an initial version, view diffs between versions and commit changes.
    226231
    227232== How to resolve conflicts ==
     
    236241
    237242'''Description'''
     243
     244This video shows you how to resolve a conflict during a commit to a Monticello repo.