Re: [Pharo-users] [Seaside] a note system for pharo?
On Mon, Apr 5, 2010 at 5:54 AM, sergio_101 <sergiolist@village-buzz.com> 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
thanks!
--
---- peace, sergio photographer, journalist, visionary
http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
participants (1)
-
Mariano Martinez Peck