Sign up

Undo

How do you do undo with text? Eg. pressing Ctrl + Z.

Thanks.

Re: Undo

On 10/01/2013 06:11 AM, Joel Christensen wrote:

How do you do undo with text? Eg. pressing Ctrl + Z.

Thanks.

As far as i know the Gtk Text widgets don't provide any undo functionality.
You'll need to implement it yourself or try using a SourceBuffer fron
GtkSourceView.

Re: Undo

Thanks Mike, I'll look into it.