aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-01 02:12:32 +0000
committernyamatongwe <devnull@localhost>2005-03-01 02:12:32 +0000
commitf125dcb121a42b26c4a43f71921db022315ba482 (patch)
treef1a407a90ac70c1c3417d7f633482aabbe05eeb3
parentb231585cd4bda7aec4d082179ef2e619e9008c67 (diff)
downloadscintilla-mirror-f125dcb121a42b26c4a43f71921db022315ba482.tar.gz
Added information on GtkSourceView.
-rw-r--r--doc/ScintillaRelated.html5
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>