diff options
Diffstat (limited to 'doc/ScintillaRelated.html')
| -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> | 
