blob: 6a9b3bffe9856c519ac7693c677fa3d8fda98672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Name: undoview
Short Name: gtksourceview
URL: http://projects.gnome.org/gtksourceview/
Version: unknown
This contains GtkUndoView, which is GtkTextView with undo/redo
support. The code to add the support is borrowed from GtkSourceView.
However since SV has a lot of other stuff we don't want, we borrow
only the undo support and add it to GtkTextView to create a
GtkUndoView.
|