diff options
author | nyamatongwe <unknown> | 2002-07-05 10:29:21 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-07-05 10:29:21 +0000 |
commit | 5a6e5d853f6a304f68d3978aa855aaeda986ff01 (patch) | |
tree | 56919f94918a78745f1d56d83ce5fee022ee32f2 | |
parent | 978b958cfbfcd09bafd9b3f48620969158be0889 (diff) | |
download | scintilla-mirror-5a6e5d853f6a304f68d3978aa855aaeda986ff01.tar.gz |
Moved new entries to top.
-rw-r--r-- | doc/ScintillaRelated.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index d6eeb2538..22678f8f7 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,6 +29,15 @@ Projects using Scintilla </h3> <p> + The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a + complete integrated development environment for the Python programming language. + Available on Intel based Linux and Windows and on MacOS X through XDarwin. + </p> + <p> + <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://www.gorlice.net.pl/~rybak/luaide/">LuaIDE</a> is an IDE for Lua on Windows. </p> @@ -37,10 +46,6 @@ is 2D RPG engine with a development environment. </p> <p> - <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> @@ -167,11 +172,6 @@ A Python binding for wxStyledTextCtrl is part of <a href="http://wxpython.org/">wxPython</a>. </p> <p> - The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a - complete integrated development environment for the Python programming language. - Available on Intel based Linux and Windows and on MacOS X through XDarwin. - </p> - <p> <a href="http://www.archaeopteryx.com/opensource/pyscintilla.html"> A Python binding of the GTK+ version of Scintilla</a>, that can be used with pygtk. </p> |