~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to build/SmalltalkSketches/README

  • Committer: hilaire
  • Date: 2014-06-15 11:10:10 UTC
  • mto: This revision was merged to the branch mainline in revision 278.
  • Revision ID: hilaire@drgeo.eu-20140615111010-r5xg226s9kwzyu8w
build script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This Smalltalk code examples describe interactive sketches defined
 
2
with the Smalltalk programming language.  
 
3
 
 
4
With the Dr. Geo Smalltalk API, the users can fully describe a
 
5
geometric construction and even much more as shown in the examples.
 
6
 
 
7
To open and to execute these Smalltalk sketches:
 
8
 
 
9
   1. From the Dr. Geo background menu, select Tools>Workspace.
 
10
 
 
11
   2. In the Workspace title bar, clic the most right button and select
 
12
   "Open..." in the drop down menu.
 
13
 
 
14
   3. To execute the code, select all the code ([Ctrl]+a) and execute
 
15
   it ([Ctrl]+d).
 
16
 
 
17
To save a Smalltalk sketch, from the same Workspace menu select "Save
 
18
as...". The code is saved in the folder "Contents/Resources".