diff options
author | nyamatongwe <devnull@localhost> | 2011-08-05 09:08:46 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-08-05 09:08:46 +1000 |
commit | a1bfde560cca71dde47fcf48b03e230a1d9a7312 (patch) | |
tree | 870ac321f68b877a8b8f8e5a6ed1968ce7a629f2 | |
parent | 7fede4ae6acd81afc803bf8510d7a91864fc8893 (diff) | |
download | scintilla-mirror-a1bfde560cca71dde47fcf48b03e230a1d9a7312.tar.gz |
Added Wx::Scintilla and Padre.
-rw-r--r-- | doc/ScintillaRelated.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index c4a89f9a0..7c6e6a486 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,6 +29,10 @@ Ports and Bindings of Scintilla </h3> <p> + <a href="https://metacpan.org/module/AZAWAWI/Wx-Scintilla-0.21_03/lib/Wx/Scintilla.pm">Wx::Scintilla</a> + is a Perl Binding for Scintilla on wxWidgets. + </p> + <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 @@ -115,6 +119,10 @@ Projects using Scintilla </h3> <p> + <a href="http://padre.perlide.org/">Padre</a> + is a wxWidgets-based Perl IDE. + </p> + <p> <a href="http://manoscoder.gr/CoderStudio/CoderStudio.asp">CoderStudio</a> is an IDE for Assembly programming similar to Visual Studio 6.0. </p> |