Re: [Pharo-users] Workspace with reliable save feature

2020-01-26 Thread Offray Vladimir Luna Cárdenas
Hi Hilaire, We use kind of a similar approach for our community workshops. Participants organize their scripts in a Grafoscopio node and they save future/improved versions there as new nodes or overwriting old ones. I don't see this as a long term solution, but kind of practical in practice based

Re: [Pharo-users] Workspace with reliable save feature

2020-01-26 Thread HilaireFernandes
Torsten, Offray, Trygve, Thanks for your suggestions for long term thinking. In the meantime I need a workable solution for the coming weeks, I found the safer is to instruct the students how to operate with Playground to not lost their scripts. We design our teaching unit around one example

Re: [Pharo-users] Workspace with reliable save feature

2020-01-23 Thread Offray Vladimir Luna Cárdenas
Hi, Also you can use Grafoscopio[1], to save longer nested scripts and combining them with longer prose. It also needs some love and to be ported to Spec2. I will start with testing it on Pharo 8 and slowly port it to Spec2. Any help is welcomed :-). [1] https://mutabit.com/grafoscopio/en.html C

Re: [Pharo-users] Workspace with reliable save feature

2020-01-23 Thread Torsten Bergmann
Hi Hilaire, ScriptManager and QuickAccess come to mind. I guess ScriptManager would need some love and a port to Spec2. But I guess QuickAccess could be easily used. It also has Spotter integration and you can import / export your script actions. Project including video is on https://github.co