Re: [Gambas-user] gb3: minor annoyances regarding the IDE

2012-09-25 Thread Benoît Minisini
Le 25/09/2012 14:36, Benoît Minisini a écrit : > > 2) Not using a ListView for displaying autocompletion, but a GridView, > which is written in Gambas and does not have this problem. I think I > will do that first! > > Regards, > Done in revision #5198. Regards, -- Benoît Minisini

Re: [Gambas-user] gb3: minor annoyances regarding the IDE

2012-09-25 Thread Benoît Minisini
Le 25/09/2012 08:15, Kevin Fishburne a écrit : > > Also the pop-up "info/autocomplete" still shows a gray box at random but > prolonged intervals, which also affects productivity. Seemingly minor, > but very much "in your face" from a user perspective. > Yes, I know. This is a bug in QT3 support o

Re: [Gambas-user] gb3: minor annoyances regarding the IDE

2012-09-25 Thread Bruce
On Tue, 2012-09-25 at 16:30 +0930, Bruce wrote: > On Tue, 2012-09-25 at 02:15 -0400, Kevin Fishburne wrote: > > Under recent builds, including the current, I've noticed that after > > exiting/terminating a program the cursor does not return to the expected > > module/procedure/line in the IDE. If

Re: [Gambas-user] gb3: minor annoyances regarding the IDE

2012-09-25 Thread Bruce
On Tue, 2012-09-25 at 02:15 -0400, Kevin Fishburne wrote: > Under recent builds, including the current, I've noticed that after > exiting/terminating a program the cursor does not return to the expected > module/procedure/line in the IDE. If I have the cursor in X module, Y > procedure and Z lin

[Gambas-user] gb3: minor annoyances regarding the IDE

2012-09-24 Thread Kevin Fishburne
Under recent builds, including the current, I've noticed that after exiting/terminating a program the cursor does not return to the expected module/procedure/line in the IDE. If I have the cursor in X module, Y procedure and Z line when I hit F5, I expect it to return there upon termination of