Especially, when loading alien code, you may want to avoid that existing
classes are overwritten or redefined.
To avoid this, alien code can be loaded into a namespace - even if
the code files do not include any namespace information
(for example, when loading ST-80 or Squeak code).
To do this, perform the following steps:
- create a new namespace in a browser
- open a new project (from the launcher's project menu.
and make it active (i.e. click on the project view).
- in the projects popup menu, select default namespace and
then (in the dialog) select the newly created namespace.
(the default namespace should be shown in the launcher's info bar)
- open a fileBrowser.
- fileIn the classFile(s)
Doc $Revision: 1.4 $ $Date: 2013/08/02 16:47:16 $