Re: [Gambas-user] gb3: Undo/Redo (Ctrl-Z/Ctrl-Y)

2011-07-18 Thread Benoît Minisini
> On 07/18/2011 09:05 AM, Fabien Bodard wrote: > > 2011/7/18: > >> I can confirm that I've seen the described behavior and that it started > >> around 2 months ago. I haven't used gambas that much since that time so > >> I can't say for sure whether it is still happening in the latest svn. > > >

Re: [Gambas-user] gb3: Undo/Redo (Ctrl-Z/Ctrl-Y)

2011-07-18 Thread Kevin Fishburne
On 07/18/2011 09:05 AM, Fabien Bodard wrote: > 2011/7/18: >> I can confirm that I've seen the described behavior and that it started >> around 2 months ago. I haven't used gambas that much since that time so >> I can't say for sure whether it is still happening in the latest svn. > i say that beca

Re: [Gambas-user] gb3: Undo/Redo (Ctrl-Z/Ctrl-Y)

2011-07-18 Thread Fabien Bodard
2011/7/18 : > > I can confirm that I've seen the described behavior and that it started > around 2 months ago.  I haven't used gambas that much since that time so > I can't say for sure whether it is still happening in the latest svn. i say that because Benoit have done some things about that prob

Re: [Gambas-user] gb3: Undo/Redo (Ctrl-Z/Ctrl-Y)

2011-07-18 Thread zachsmith022
I can confirm that I've seen the described behavior and that it started around 2 months ago. I haven't used gambas that much since that time so I can't say for sure whether it is still happening in the latest svn. On 7/18/2011 2:23 AM, Kevin Fishburne wrote: > Maybe no one's noticed this but u

Re: [Gambas-user] Application_Read

2011-07-18 Thread Demosthenes Koptsis
On Mon, 2011-07-18 at 01:45 +0200, Benoît Minisini wrote: > > ok i change some things > > > > the implementation is this > > > > - > > Public Sub _new() > > > > Print "My pid is: " & Application.Handle > > > > End > > > > Static Public Sub Application_Read() > > > > Pr

Re: [Gambas-user] gb3: Undo/Redo (Ctrl-Z/Ctrl-Y)

2011-07-18 Thread Fabien Bodard
2011/7/18 Kevin Fishburne : > Maybe no one's noticed this but undo/redo operations are seriously > f'cked up. Maybe it's due to a limit on the number of changes kept track > of, I don't know. My memory may fail me, but in the past I think it's > processed changes between modules in module-agnostic

[Gambas-user] gb3: Undo/Redo (Ctrl-Z/Ctrl-Y)

2011-07-18 Thread Kevin Fishburne
Maybe no one's noticed this but undo/redo operations are seriously f'cked up. Maybe it's due to a limit on the number of changes kept track of, I don't know. My memory may fail me, but in the past I think it's processed changes between modules in module-agnostic order rather than by the module