Re: [Gambas-user] Undo/Redo logic.

2017-07-26 Thread Gianluigi
Hi Julio, That's exactly what I was asking. I'm trying to put it into practice in a program that if I succeed, I will post in the Farm. Thank you very much Regards Gianluigi 2017-07-18 19:31 GMT+02:00 Julio Sanchez : > Gianluigi: > > I leave you an example where you can

Re: [Gambas-user] Undo/Redo logic.

2017-07-18 Thread Gianluigi
Hi Julio, only now I could take a look. It looks like a very interesting code. As soon as possible I go to study it, then I'll let you know. Thank You very much. Regards Gianluigi 2017-07-18 19:31 GMT+02:00 Julio Sanchez : > Gianluigi: > > I leave you an example where

Re: [Gambas-user] Undo/Redo logic.

2017-07-18 Thread Julio Sanchez
Gianluigi: I leave you an example where you can see the use of the Command pattern to do and undo. Hope this can help you. http://jsbsan.blogspot.com.es/2013/11/patron-command-implementar-deshacer-y.html Regards Julio 2017-07-18 14:05 GMT+02:00 Gianluigi : > In

[Gambas-user] Undo/Redo logic.

2017-07-18 Thread Gianluigi
In addition to what Gambas already provides for some controls, I would like to implement undo/redo on the whole project level. I tried to understand the logic of Gambas's IDE, unfortunately without success. Which is the right way forward. Regards Gianluigi