diff options
Diffstat (limited to 'third_party/undoview/README.chromium')
| -rw-r--r-- | third_party/undoview/README.chromium | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/undoview/README.chromium b/third_party/undoview/README.chromium new file mode 100644 index 0000000..260d8e3 --- /dev/null +++ b/third_party/undoview/README.chromium @@ -0,0 +1,9 @@ +Name: undoview +URL: http://projects.gnome.org/gtksourceview/ + +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. + |
