diff options
author | nyamatongwe <devnull@localhost> | 2011-04-05 08:29:56 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-04-05 08:29:56 +1000 |
commit | 764ca26b04c08e010c4ec9526af8f72fa5210dd4 (patch) | |
tree | 13532cf2e5561000f6a2b9f34df55db349dfb7a8 | |
parent | 12d38f75fa620f5df4cb7a3a5b47b6a09f639045 (diff) | |
download | scintilla-mirror-764ca26b04c08e010c4ec9526af8f72fa5210dd4.tar.gz |
Added new GtkScintilla project and removed a dead one.
-rw-r--r-- | doc/ScintillaRelated.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 7672a50d7..be2326ea6 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,6 +29,14 @@ Ports and Bindings of Scintilla </h3> <p> + <a href="http://codebrainz.github.com/GtkScintilla/">GtkScintilla</a> + is a GTK+ widget which enables easily adding a powerful + source code editor to your applications. Harnessing the abilities + of the Scintilla editing component, GtkScintilla adds a familiar + GTK+/GObject API, making the widget comfortable to use in + these programs, using all the typical GObject conventions. + </p> + <p> <a href="http://mewsoft.com/cgi-bin/forum/forum.cgi?action=ViewTopic&Topic=1494&Forum=1&Page=1&Period=0a&Lang=English">Editawy</a> is an ActiveX Control wrapper that support all Scintilla functions and additional high level functions. </p> @@ -100,11 +108,6 @@ gtkscintilla instead of the default GTK class. </p> <p> - <a href="http://sra.itc.it/people/cavada/PyScintilla2.html">pyscintilla2</a> - is a Python binding for GTK 2.x scintilla that uses - gtkscintilla2. - </p> - <p> <a href="http://scintilla.cvs.sourceforge.net/viewvc/scintilla/scintillactrl/">ScintillaCtrl</a> is an unmaintained ActiveX control wrapper for Scintilla. </p> |