diff options
-rw-r--r-- | doc/ScintillaRelated.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 5494f9dfd..a3df6b2e5 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,12 +29,20 @@ Projects using Scintilla </h3> <p> - <a href="http://gaiacrtn.free.fr/practical-ruby/index.html">Prectical Ruby</a> - is an IDE for Ruby on Windows. + <a href="http://www.gorlice.net.pl/~rybak/luaide/">LuaIDE</a> + is an IDE for Lua on Windows. + </p> + <p> + <a href="http://www.aegisknight.org/sphere/">Sphere</a> + is 2D RPG engine with a development environment. </p> <p> - <a href="http://savannah.gnu.org/projects/fxscintilla/">Port to the FOX platform</a> of both - Scintilla and SciTE. + <a href="http://savannah.gnu.org/projects/fxscintilla/">FXScintilla</a> + is a port of Scintilla to the FOX platform. FXRuby includes Ruby bindings for FXScintilla. + </p> + <p> + <a href="http://gaiacrtn.free.fr/practical-ruby/index.html">Practical Ruby</a> + is an IDE for Ruby on Windows. </p> <p> <a href="http://www.gnuenterprise.org/">GNUe</a> @@ -161,7 +169,7 @@ <p> The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a complete integrated development environment for the Python programming language. - Available for Intel based Linux and Windows systems. + Available on Intel based Linux and Windows and on MacOS X. </p> <p> <a href="http://www.archaeopteryx.com/opensource/pyscintilla.html"> A Python binding of the |