OLD | NEW |
1 Name: undoview | 1 Name: undoview |
2 Short Name: gtksourceview | 2 Short Name: undoview |
3 URL: http://projects.gnome.org/gtksourceview/ | 3 URL: http://projects.gnome.org/gtksourceview, http://www.gtk.org |
4 Version: unknown | 4 Version: unknown |
| 5 License: LGPL 2.1 |
| 6 Security Critical: yes |
5 | 7 |
6 This contains GtkUndoView, which is GtkTextView with undo/redo | 8 This directory provides a new class, GtkUndoView. It is based on GtkTextView |
7 support. The code to add the support is borrowed from GtkSourceView. | 9 from the GTK+ project, but with undo/redo support added. The code to add this |
8 However since SV has a lot of other stuff we don't want, we borrow | 10 support is borrowed from the GtkSourceView project. Since GtkSourceView has a |
9 only the undo support and add it to GtkTextView to create a | 11 lot of other stuff we don't want, we borrow only the undo/redo support and add |
10 GtkUndoView. | 12 it to GtkTextView to create GtkUndoView. |
11 | 13 |
OLD | NEW |