Re: [Gambas-user] another IDE cut/n paste behaviour

2009-09-26 Thread Jussi Lahtinen
Tested with Gambas 3 revision 2364 and Gambas 2.17, all work as expected. Jussi On Sun, Sep 27, 2009 at 01:02, Charlie Reinl wrote: > Am Samstag, den 26.09.2009, 22:40 +0200 schrieb Benoît Minisini: >> > Am Mittwoch, den 09.09.2009, 12:58 +0200 schrieb Benoît Minisini: >> > > > Salut, >> > > >

Re: [Gambas-user] another IDE cut/n paste behaviour

2009-09-26 Thread Charlie Reinl
Am Samstag, den 26.09.2009, 22:40 +0200 schrieb Benoît Minisini: > > Am Mittwoch, den 09.09.2009, 12:58 +0200 schrieb Benoît Minisini: > > > > Salut, > > > > > > > > on gambas2 and gambas3 (since month) in code editor CTRL+C not always > > > > works. > > > > CTRL+V is OK, CTRL+X (I haven't tested)

Re: [Gambas-user] another IDE cut/n paste behaviour

2009-09-26 Thread Benoît Minisini
> Am Mittwoch, den 09.09.2009, 12:58 +0200 schrieb Benoît Minisini: > > > Salut, > > > > > > on gambas2 and gambas3 (since month) in code editor CTRL+C not always > > > works. > > > CTRL+V is OK, CTRL+X (I haven't tested) > > > > > > ContextMenu/Copy works well. > > > > > > Is that a gambas behavio

Re: [Gambas-user] another IDE cut/n paste behaviour

2009-09-26 Thread Benoît Minisini
> I can confirm partly with Gambas 3 revision 2342. > On console CTRL+V and CTRL+C doesn't work, but "mouse right click > menu" copy and paste works. > > With Gambas 2.15, keys works as expected. > On IDE code editor, keys works with both Gambas 2 and 3, as expected. > > @Ubuntu 9.04 64bit. > >

[Gambas-user] gb.gtk evenement handling in Gambas 2

2009-09-26 Thread Benoît Minisini
Hi, In revision #2362, I backported from Gambas 3 the new GTK+ event management: - Basic events (Mouse, Keyboard, Enter & Leave) now work the same way as in gb.qt. Especially disabled controls now raise these events. - The input method management was fixed. I.e., Key.Text now returns the right

Re: [Gambas-user] clipboard paste doesn't work

2009-09-26 Thread Benoît Minisini
> Hi, Benoit. > > It seems that Clipboard.Paste() doesn't work (see example pasteclip). > > I select a text somewhere, then press in the example "Paste from > clipboard", but it does not return the text I've selected. To make it work > I have to: > > 1) select the text; > 2) copy the text; > 3