Re: [Gambas-user] Undo & redo in GTK+ TextArea widgets

2011-02-15 Thread John Spikowski
On Wed, 2011-02-16 at 02:40 +0100, Benoît Minisini wrote: > Hi, > > I have implemented in the revision #3575 something that does not even exist > in > GTK+ 3.0 (AFAIK)... Undo and redo in the multine text edit control! > > I added the standard shortcuts too (CTRL+C, CTRL+V, CTRL+X, CTRL+A, CTR

[Gambas-user] Undo & redo in GTK+ TextArea widgets

2011-02-15 Thread Benoît Minisini
Hi, I have implemented in the revision #3575 something that does not even exist in GTK+ 3.0 (AFAIK)... Undo and redo in the multine text edit control! I added the standard shortcuts too (CTRL+C, CTRL+V, CTRL+X, CTRL+A, CTRL+Z and CTRL+Y). But the popup menu was left unchanged. Enjoy it! --