diff options
-rw-r--r-- | doc/ScintillaHistory.html | 3 | ||||
-rw-r--r-- | doc/ScintillaRelated.html | 68 |
2 files changed, 40 insertions, 31 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index be05e4cc8..a19cabaa6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -146,6 +146,9 @@ <li> <a href="http://www.activestate.com">ActiveState</a> </li> + <li> + James Larcombe + </li> </ul> <p> Sponsorship diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 5f9202bd1..51680b069 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,31 +29,36 @@ Projects using Scintilla </h3> <p> - <a href="http://www.python.org/windows/">PythonWin</a>, a Win32 IDE for Python, uses - Scintilla for both its editing and interactive windows. + <a href="http://www.develop.com/genx/">Gen<X></a> + is a <i>code generalisation</i> product for Win32 that uses Scintilla in the X-Code Editor (which + can also be used for general purpose editing) and for editing HTML in the HTML Dialog + Editor. </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. + <a href="http://www.moleskine.f2s.com">Moleskine</a> is a Scintilla + based editor for GTK+. At an early stage but looks more ambitious than SciTE with plans + for MDI, printing, and session management. + Includes a new GTK+ wrapper widget for Scintilla. </p> <p> - The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a - complete integrated development environment for the Python programming language. - Currently in beta stage and available for Intel based Linux systems. + A <a href="http://www.burgaud.com">version of SciTE for Win32</a> enhanced + with a tab control to allow easy movement between buffers. + Go to the "Goodies" area on this site. </p> <p> - The wxStyledTextCtrl editor component in the - <a href="http://wxwindows.org/">wxWindows</a> cross platform toolkit is based on Scintilla.<br /> - A Python binding for wxStyledTextCtrl is part of <a href="http://wxpython.org/">wxPython</a>. + <a href="http://www.suneido.com"> + Suneido</a> is an integrated application platform currently available for Win32 that includes an + object-oriented language, client-server database, and user interface and reporting frameworks. </p> <p> - <a href="http://boa-constructor.sourceforge.net/">Boa Constructor</a> is a RAD GUI - Building IDE for the wxWindows cross platform platform. Written using wxPython with the - wxStyledTextCtrl used as its editor. + <a href="http://www.BitBuilder.com"> + BitLeaf</a> is a new GNOME based development environment. + Currently at an early stage of development. </p> <p> - There is <a href="http://users.surfree.net.il/mbaranov/SciTE.html">an enhanced version of - SciTE</a> for GTK+. + <a href="http://agast.dyndns.org/agast/home.html"> + Agast</a> is an authoring system for adventure games which includes + a customised version of SciTE. </p> <p> <a href="http://oss.software.ibm.com/developerworks/opensource/sashxb/"> @@ -61,30 +66,31 @@ IBM that uses Scintilla. </p> <p> - <a href="http://agast.dyndns.org/agast/home.html"> - Agast</a> is an authoring system for adventure games which includes - a customised version of SciTE. + There is <a href="http://users.surfree.net.il/mbaranov/SciTE.html">an enhanced version of + SciTE</a> for GTK+. </p> <p> - <a href="http://www.BitBuilder.com"> - BitLeaf</a> is a new GNOME based development environment. - Currently at an early stage of development. + <a href="http://boa-constructor.sourceforge.net/">Boa Constructor</a> is a RAD GUI + Building IDE for the wxWindows cross platform platform. Written using wxPython with the + wxStyledTextCtrl used as its editor. </p> <p> - <a href="http://www.suneido.com"> - Suneido</a> is an integrated application platform currently available for Win32 that includes an - object-oriented language, client-server database, and user interface and reporting frameworks. + The wxStyledTextCtrl editor component in the + <a href="http://wxwindows.org/">wxWindows</a> cross platform toolkit is based on Scintilla.<br /> + A Python binding for wxStyledTextCtrl is part of <a href="http://wxpython.org/">wxPython</a>. </p> <p> - A <a href="http://www.burgaud.com">version of SciTE for Win32</a> enhanced - with a tab control to allow easy movement between buffers. - Go to the "Goodies" area on this site. + The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a + complete integrated development environment for the Python programming language. + Currently in beta stage and available for Intel based Linux systems. </p> <p> - <a href="http://www.moleskine.f2s.com">Moleskine</a> is a Scintilla - based editor for GTK+. At an early stage but looks more ambitious than SciTE with plans - for MDI, printing, and session management. - Includes a new GTK+ wrapper widget for Scintilla. + <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> + <p> + <a href="http://www.python.org/windows/">PythonWin</a>, a Win32 IDE for Python, uses + Scintilla for both its editing and interactive windows. </p> <h3> Editing Components |