Is there a way to store workspace 'gists' in Pharo?
From time to time I write a workspace script that I would like to keep. Obviously, I could save them to a file, but I was wondering if there was a way of saving them in the image, and browsing them in some friendly way?
Cheers Andy á§
If you work with Pharo 4, they should already be saved in a play-cache folder. Cheers, Doru On Mon, Nov 10, 2014 at 3:55 PM, Andy Burnett < andy.burnett@knowinnovation.com> wrote:
From time to time I write a workspace script that I would like to keep. Obviously, I could save them to a file, but I was wondering if there was a way of saving them in the image, and browsing them in some friendly way?
Cheers Andy á§
-- www.tudorgirba.com "Every thing has its own flow"
There is also ScriptManager http://smalltalkhub.com/#!/~TorstenBergmann/ScriptManager but I do not know if it works with GTPlaygrounds and it seems to have some issues with Morphic? Peter On Mon, Nov 10, 2014 at 3:56 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
If you work with Pharo 4, they should already be saved in a play-cache folder.
Cheers, Doru
On Mon, Nov 10, 2014 at 3:55 PM, Andy Burnett < andy.burnett@knowinnovation.com> wrote:
From time to time I write a workspace script that I would like to keep. Obviously, I could save them to a file, but I was wondering if there was a way of saving them in the image, and browsing them in some friendly way?
Cheers Andy á§
-- www.tudorgirba.com
"Every thing has its own flow"
Hi andy I usually create a method and a class. because script do not compose well. Stef
From time to time I write a workspace script that I would like to keep. Obviously, I could save them to a file, but I was wondering if there was a way of saving them in the image, and browsing them in some friendly way?
Cheers Andy á§
On Tue, Nov 11, 2014 at 04:37:03PM +0100, stepharo wrote:
I usually create a method and a class. because script do not compose well.
+1 although I don't practise this well. I use ScriptManager but when my images proliferate it becomes messy to manage the scripts across images. Pierce
participants (5)
-
Andy Burnett -
Peter Uhnák -
Pierce Ng -
stepharo -
Tudor Girba