From b8a78a71c9d380fdef3228e8f81f2f40579b879e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 1 Aug 2002 06:26:05 +0000 Subject: Updates for 1.47. --- doc/ScintillaRelated.html | 60 ++++++++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 21 deletions(-) (limited to 'doc/ScintillaRelated.html') diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 5402f064b..0c4e42007 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -25,6 +25,39 @@

Related Sites

+

+ Ports and Bindings of Scintilla +

+

+ ScintillaNet + is an encapsulation of Scintilla for use within the .NET framework. +

+

+ ScintillaVB + is an ActiveX control written in VB that encapsulates Scintilla. +

+

+ FXScintilla + is a port of Scintilla to the FOX platform. FXRuby includes Ruby + bindings for FXScintilla. +

+

+ Delphi wrapper for + Scintilla which is also usable from Borland C++ Builder. +

+

+ The wxStyledTextCtrl editor component in the + wxWindows cross platform toolkit is based on Scintilla.
+ A Python binding for wxStyledTextCtrl is part of wxPython. +

+

+ A Python binding of the + GTK+ version of Scintilla, that can be used with pygtk. +

+

+ ScintillaCtrl + is an unmaintained ActiveX control wrapper for Scintilla. +

Projects using Scintilla

@@ -34,13 +67,10 @@

The Wing IDE 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.

-

- FXScintilla - is a port of Scintilla to the FOX platform. FXRuby includes Ruby bindings for FXScintilla. -

LuaIDE is an IDE for Lua on Windows. @@ -73,9 +103,10 @@ on either the same or another machine.

- pyeditor and wxEditor are scriptable - editors implemented in Python. pyeditor is based on GTK+ and the pyscintilla wrapper. - wxEditor is based on wxWindows, wxPython and wxStyledTextControl. + pyeditor and wxEditor + are scriptable editors implemented in Python. pyeditor is based on GTK+ and + the pyscintilla wrapper. wxEditor is based on wxWindows, wxPython and + wxStyledTextControl.

Ruby installation @@ -86,10 +117,6 @@ is a graphical environment for LuaSpace which combines the CORBA platform with the language Lua.

-

- Delphi wrapper for Scintilla - which is also usable from Borland C++ Builder. -

PyCrust is an interactive Python shell based on wxPython. @@ -170,15 +197,6 @@ Building IDE for the wxWindows cross platform platform. Written using wxPython with the wxStyledTextCtrl used as its editor.

-

- The wxStyledTextCtrl editor component in the - wxWindows cross platform toolkit is based on Scintilla.
- A Python binding for wxStyledTextCtrl is part of wxPython. -

-

- A Python binding of the - GTK+ version of Scintilla, that can be used with pygtk. -

PythonWin, a Win32 IDE for Python, uses Scintilla for both its editing and interactive windows. -- cgit v1.2.3