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,
>> > > >
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)
> 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
> 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.
>
>
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
> 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