Changes between Version 11 and Version 12 of squeak_screencasts


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

--

Legend:

Unmodified
Added
Removed
Modified
  • squeak_screencasts

    v11 v12  
    11= The Image Concept =
    2 == Das ist der Titel ==
     2== The image as a persistant world ==
    33'''Video'''
    44[[Toggle(begin)]]
     
    1212'''Description'''
    1313
    14 Und das ist jetzt die beschreibung des Videos, die über mehrere Zeilen gehen kann.
    15 Zum Beispiel geht das so weiter.
     14The image is your working environment. All your modifications are stored with its state. This video shows how you open your image how you can go back to the state before opening.
    1615
    1716== Basic Elements of the Image ==
     
    2726'''Description'''
    2827
     28In this video we take a tour around the basic UI elements and menus of the image.
    2929
    3030== Halos to access morphs ==
     
    4040'''Description'''
    4141
     42Halos provide an instant access to graphical elements of the image. This video shows functions they provide.
    4243
    4344== How to update your Image ==
     
    5354'''Description'''
    5455
     56---
    5557
    5658== How to modify settings and change your browser ==
     
    6668'''Description'''
    6769
     70The image has a menu for editing all your preferences. Additionally you can change your standard browser by using a browser menu.
    6871
    6972== Organise your work with projects ==
     
    7881
    7982'''Description'''
     83
     84Projects are a nice way to organise different workplaces in one image. They can also be useful for prototyping.
    8085
    8186
     
    9398'''Description'''
    9499
     100The class browser is the tool to access and edit source code in the image. It is your main working environment.
     101
     102== How to access and edit methods ==
     103'''Video'''
     104[[Toggle(begin)]]
     105[[Video(src=attachment:Browser-MethodsInBrowser.m4v,poster=attachment:Browser-MethodsInBrowser-1.png)]]
     106[[Toggle(end)]]
     107
     108'''Preview'''
     109
     110[[Image(Browser-MethodsInBrowser-2.png, 300)]]
     111
     112'''Description'''
     113
     114---
    95115
    96116== Advanced Browsing Techniques ==
     
    120140'''Description'''
    121141
    122 
    123 == How to access and edit methods ==
    124 '''Video'''
    125 [[Toggle(begin)]]
    126 [[Video(src=attachment:Browser-MethodsInBrowser.m4v,poster=attachment:Browser-MethodsInBrowser-1.png)]]
    127 [[Toggle(end)]]
    128 
    129 '''Preview'''
    130 
    131 [[Image(Browser-MethodsInBrowser-2.png, 300)]]
     142You can also modify the class definitions. Furthermore the browser provides a nice function for generating accessor methods for all your instance variables.
     143
     144
     145= Exploring - Everything is observable =
     146== Workspace and Transcript ==
     147'''Video'''
     148[[Toggle(begin)]]
     149[[Video(src=attachment:Exploring-TranscriptWorkspace.m4v,poster=attachment:Exploring-TranscriptWorkspace-1.png)]]
     150[[Toggle(end)]]
     151
     152'''Preview'''
     153
     154[[Image(Exploring-TranscriptWorkspace-2.png, 300)]]
     155
     156'''Description'''
     157
     158
     159== Object Explorer and Inspector ==
     160'''Video'''
     161[[Toggle(begin)]]
     162[[Video(src=attachment:Exploring-ObjectExplorerInspector.m4v,poster=attachment:Exploring-ObjectExplorerInspector-1.png)]]
     163[[Toggle(end)]]
     164
     165'''Preview'''
     166
     167[[Image(Exploring-ObjectExplorerInspector-2.png, 300)]]
    132168
    133169'''Description'''
     
    147183'''Description'''
    148184
     185This video shows how to set breakpoints and demonstrates most of the debugger features.
    149186
    150187== Help! i have executed an infinite loop... How to stop the image. ==
     
    199236
    200237'''Description'''
    201