diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2012-12-09 11:00:46 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:58 -0500 |
commit | cb6ab5fa4311d37133401f2c1f2554aa85faa3c1 (patch) | |
tree | 361a7b78170afc1ca41d127a361912b1de925420 /libraries/gtksourceview3/README | |
parent | 3c05e2e6c5421c3d0ab99a28b0102c3d6aaefa93 (diff) | |
download | slackbuilds-cb6ab5fa4311d37133401f2c1f2554aa85faa3c1.tar.gz |
libraries/gtksourceview3: Added (GTK+ framework code editing)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gtksourceview3/README')
-rw-r--r-- | libraries/gtksourceview3/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/gtksourceview3/README b/libraries/gtksourceview3/README new file mode 100644 index 0000000000..50bc5ddb9c --- /dev/null +++ b/libraries/gtksourceview3/README @@ -0,0 +1,4 @@ +GtkSourceView is a portable C library that extends the standard GTK+ +framework for multiline text editing with support for configurable +syntax highlighting, unlimited undo/redo, UTF-8 compliant caseless +searching, printing and other features typical of a source code editor. |