[ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

Tudor Girba-2
Hi,

We are quite actively working on GT.

First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing.

I summarized some of the things that happened recently in the playground and inspector here:

Let us know what you think.

Cheers,
Doru

--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

stepharo
Hi doru

do not forget to ask syrel to resign the license agreement because it did not arrive up to our archive.

Stef
On 25/10/14 06:19, Tudor Girba wrote:
Hi,

We are quite actively working on GT.

First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing.

I summarized some of the things that happened recently in the playground and inspector here:

Let us know what you think.

Cheers,
Doru

--

"Every thing has its own flow"

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

stepharo
In reply to this post by Tudor Girba-2
For Instant caching did you use the undo mechanism of Alain?

Stef
On 25/10/14 06:19, Tudor Girba wrote:
Hi,

We are quite actively working on GT.

First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing.

I summarized some of the things that happened recently in the playground and inspector here:

Let us know what you think.

Cheers,
Doru

--

"Every thing has its own flow"

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

Tudor Girba-2
Hi Steph,

No. It's just a stupid dump on the harddisk of the current contents as soon as there is a change. Where do I find more about the undo mechanism?

Cheers,
Doru



On Sat, Oct 25, 2014 at 8:40 AM, stepharo <[hidden email]> wrote:
For Instant caching did you use the undo mechanism of Alain?

Stef
On 25/10/14 06:19, Tudor Girba wrote:
Hi,

We are quite actively working on GT.

First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing.

I summarized some of the things that happened recently in the playground and inspector here:

Let us know what you think.

Cheers,
Doru

--

"Every thing has its own flow"




--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

Sven Van Caekenberghe-2
In reply to this post by Tudor Girba-2
Very nice.

What would be the correct way to load this ahead of integration in Pharo 4 ?

ConfigurationOfGTPlayground loadDevelopment ?

I improved the deployment of ws.stfx.eu a bit, it is very old. Browser detection was broken. I am trying to improve the look, but I am not yet finished. I would like to use solarized dark styling.

We also need a way to open a shared workspace in/as a GT Playground, give a URL on the clipboard or typed in.

Then I can updated the contents of the help workspace, http://ws.stfx.eu/1WS4U

I like the 'save in cloud' formulation !

Sven

> On 25 Oct 2014, at 06:19, Tudor Girba <[hidden email]> wrote:
>
> Hi,
>
> We are quite actively working on GT.
>
> First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing.
>
> I summarized some of the things that happened recently in the playground and inspector here:
> http://www.humane-assessment.com/blog/gt-developments-endless-playground-memory-sharing-and-others/
>
> Let us know what you think.
>
> Cheers,
> Doru
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

stepharo
In reply to this post by Tudor Girba-2

On 25/10/14 01:48, Tudor Girba wrote:
Hi Steph,

No. It's just a stupid dump on the harddisk of the current contents as soon as there is a change. Where do I find more about the undo mechanism?

Look in the history package in the image

A HistoryIterator holds an UndoRedoGroup in order to store an history of commands with the possibility of undoing and redoing. The iterator cursor is represented by the index inst var. Index always contains the position of the command that can be currently undone. So, undo decrease index and redo increase index. When a new record is stored, then, index contains the newly added record position.
See HistoryIteratorTest for examples.




Cheers,
Doru



On Sat, Oct 25, 2014 at 8:40 AM, stepharo <[hidden email]> wrote:
For Instant caching did you use the undo mechanism of Alain?

Stef
On 25/10/14 06:19, Tudor Girba wrote:
Hi,

We are quite actively working on GT.

First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing.

I summarized some of the things that happened recently in the playground and inspector here:

Let us know what you think.

Cheers,
Doru

--

"Every thing has its own flow"




--

"Every thing has its own flow"