diff options
Diffstat (limited to 'doc/ScintillaRelated.html')
| -rw-r--r-- | doc/ScintillaRelated.html | 60 | 
1 files changed, 39 insertions, 21 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 5402f064b..0c4e42007 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -26,6 +26,39 @@         Related Sites      </h2>      <h3> +       Ports and Bindings of Scintilla +    </h3> +    <p> +	<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/scintilla/ScintillaNET/">ScintillaNet +	</a> is an encapsulation of Scintilla for use within the .NET framework. +    </p> +    <p> +	<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/scintilla/ScintillaVB/">ScintillaVB</a>  +	is an ActiveX control written in VB that encapsulates Scintilla. +    </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.pnotepad.org/scintilla/">Delphi wrapper</a> for  +	Scintilla which is also usable from Borland C++ Builder. +    </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>. +    </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> +    <p> +	<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/scintilla/scintillactrl/">ScintillaCtrl</a>  +	is an unmaintained ActiveX control wrapper for Scintilla. +    </p> +    <h3>         Projects using Scintilla      </h3>      <p> @@ -34,14 +67,11 @@      </p>      <p>         The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a -       complete integrated development environment for the Python programming language. +       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> @@ -73,9 +103,10 @@  	on either the same or another machine.      </p>      <p> -	<a href="http://www.rexx.com/~dkuhlman/">pyeditor and wxEditor</a> are scriptable  -	editors implemented in Python. pyeditor is based on GTK+ and the pyscintilla wrapper.  -	wxEditor is based on wxWindows, wxPython and wxStyledTextControl. +	<a href="http://www.rexx.com/~dkuhlman/">pyeditor and wxEditor</a>  +	are scriptable editors implemented in Python. pyeditor is based on GTK+ and  +	the pyscintilla wrapper. wxEditor is based on wxWindows, wxPython and  +	wxStyledTextControl.      </p>      <p>  	<a href="http://www.pragmaticprogrammer.com/ruby/downloads/ruby-install.html">Ruby installation</a> @@ -87,10 +118,6 @@  	with the language Lua.      </p>      <p> -	<a href="http://www.pnotepad.org/scintilla/">Delphi wrapper</a> for Scintilla -	which is also usable from Borland C++ Builder. -    </p> -    <p>  	<a href="http://sourceforge.net/projects/pycrust/">PyCrust</a> is an interactive  	Python shell based on wxPython.      </p> @@ -171,15 +198,6 @@         wxStyledTextCtrl used as its editor.      </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>. -    </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> -    <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>  | 
