/pygtk_undo

undo/redo functional for pygtk textbuffer

Primary LanguagePythonBSD 4-Clause "Original" or "Old" LicenseBSD-4-Clause

Undostack.py provide undo/redo functional for pygtk's gtk.TextView.

Using: 

editor = undostack.TextEditor()
textbuffer = textview.get_buffer()
textbuffer.undo() 

And the same you can using redo