diff options
author | nyamatongwe <unknown> | 2005-03-01 02:12:32 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-03-01 02:12:32 +0000 |
commit | b4798bad985e3cf9c702ad44d84b40d14c3301d1 (patch) | |
tree | f1a407a90ac70c1c3417d7f633482aabbe05eeb3 | |
parent | 3beb1acf8e5e1af072a4c919cd242380a9538161 (diff) | |
download | scintilla-mirror-b4798bad985e3cf9c702ad44d84b40d14c3301d1.tar.gz |
Added information on GtkSourceView.
-rw-r--r-- | doc/ScintillaRelated.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 6b0a0d111..5afd06534 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -351,6 +351,11 @@ Editing Components </h3> <p> + <a href="http://gtksourceview.sourceforge.net/index.html">GtkSourceView</a> + is a text widget that extends the standard GTK+ 2.x text widget and improves it + by implementing syntax highlighting and other features typical of a source editor. + </p> + <p> <a href="http://aeditor.rubyforge.org/">AEditor</a> is a free source code editing component implemented in Ruby. </p> |