*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 14 Feb 2015 12:23:18 +0100
changeset 1371 5f736b9cb625
parent 1370 ba4180d030f3
child 1372 236da1055552
*** empty log message ***
MyWorkspaceSample.wsp
--- a/MyWorkspaceSample.wsp	Sat Feb 14 12:23:10 2015 +0100
+++ b/MyWorkspaceSample.wsp	Sat Feb 14 12:23:18 2015 +0100
@@ -1,13 +1,20 @@
-*********************************************************************
-****                                                             ****
-**** this is an example of how a MyWorkspace.wsp file's contents ****
-****                                                             ****
-**** change as required and save as MyWorkspace.wsp              ****
-****                                                             ****
-*********************************************************************
+"/*********************************************************************
+"/****                                                             ****
+"/**** this is an example for a MyWorkspace.wsp file's contents    ****
+"/****                                                             ****
+"/**** change as required and save as MyWorkspace.wsp              ****
+"/****                                                             ****
+"/*********************************************************************
 
+"/
+"/ useful expressions:
+"/
 Object enableBreakPoint:#cg.
+Object disableBreakPoint:#cg.
 
+"/
+"/ loading precompiled packages:
+"/
 Smalltalk loadPackage:'stx:goodies/magritte'.
 Smalltalk loadPackage:'stx:goodies/magritte/tests'.
 Smalltalk loadPackage:'stx:goodies/webServer'.
@@ -20,5 +27,8 @@
 
 Smalltalk loadPackage:'cg:private' asAutoloaded:true.
 
+"/
+"/ loading individual class files:
+"/
 Smalltalk fileInClass:'Foo' package:'cg:private'.
 Foo open.