|
On Mon, Apr 5, 2010 at 5:54 AM, sergio_101 < [hidden email]> wrote:
> in other systems, i usually have a file that i keep for notes to my
> self, along with embedding TODO's in the code so that i know where to
> come back and fill in some blanks in the future...
>
> how do you guys usually handle this in pharo/seaside?
>
> i thought about just using a workspace, but i shut them down when i am
> done as a habit..
>
------------------------------------------------------
Gofer new
squeaksource:
'MetacelloRepository';
package: 'ConfigurationOfScriptManager';
load.
((Smalltalk at: # ConfigurationOfScriptManager)
project version: '1.0') load.
------------------------------------------------------------------------------------
and select World menu: "Tools" -> "More" -> "ScriptManager".
That will let you create "folders" where you can group workspaces. You can put names to both of
them, and import and export them to files.
If you have opened workspaces, it can also recognise
it and automatically create them.
Cheers
Mariano
_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
|