How to jump to a project (Smalltalk code)
Last updated at 10:30 pm UTC on 12 December 2011
The Smalltalk code to jump to a specific project.
(Project named: 'myProject')
enter: false revert: false saveForRevert: false
or simpler
(Project named: 'myProject') enter
The name of the current project
Project current name
How to change the name
Project current renameTo: 'TheNewName'.
Squeak version 4.1, 4.2: OK