aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaRelated.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaRelated.html')
-rw-r--r--doc/ScintillaRelated.html113
1 files changed, 113 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html
new file mode 100644
index 000000000..3a6bfec09
--- /dev/null
+++ b/doc/ScintillaRelated.html
@@ -0,0 +1,113 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta name="generator" content="HTML Tidy, see www.w3.org" />
+ <meta name="generator" content="SciTE" />
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <title>
+ Scintilla and SciTE
+ </title>
+ </head>
+ <body bgcolor="#FFFFFF" text="#000000">
+ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td>
+ <img src="SciTEIco.png" border="3" height="64" width="64" alt="Scintilla icon" />
+ </td>
+ <td>
+ <a href="index.html" style="color:white;text-decoration:none"><font size="5">Scintilla
+ and SciTE</font></a>
+ </td>
+ </tr>
+ </table>
+ <h2>
+ Related Sites
+ </h2>
+ <h3>
+ 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.
+ </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>
+ <h3>
+ Editing Components
+ </h3>
+ <p>
+ <a href="http://www.gjt.org/~sp/jedit.html">Jedit</a> is a good Open Source syntax colouring
+ editor written in and for Java.
+ </p>
+ <p>
+ <a href="http://www.gtk.org/">GTK+</a>, the GIMP Toolkit, contains a rich text editing
+ widget.<br />
+ <a href="http://gedit.pn.org/">Gedit</a> is an editor for GTK+/GNOME.<br />
+ <a href="http://www.daimi.au.dk/~mailund/gtk.html">GtkEditor</a> is a source code editing
+ widget based on the GTK+ text widget.<br />
+ <a href="http://gide.gdev.net/">GIDE</a> is an IDE based on GTK+.<br />
+ <a href="http://www.bahnhof.se/~mikeh/linux_software.html">GtkExText</a> is a source code
+ oriented text widget for GTK+.
+ </p>
+ <p>
+ <a href="http://www.codeguru.com/">CodeGuru</a> has source code for several Win32 MFC based
+ editors.
+ </p>
+ <a href="http://eccentrica.org/gabr/mw/mwedit.htm">mwEdit</a> is a Win32 edit control written
+ in Delphi.
+ <p>
+ <a href="http://www.tetradyne.com/srcvwax.htm/">SourceView</a> is a commercial editing
+ component for Win32.
+ </p>
+ <h3>
+ Paper Documents
+ </h3>
+ <p>
+ <a href="http://www.cs.cmu.edu/~wjh/papers/byte.html">Data Structures in a Bit-Mapped Text
+ Editor</a>, <i>Wilfred J. Hanson</i>, Byte January 1987
+ </p>
+ <p>
+ Text Editors: Algorithms and Architectures, <i>Ray Vald&eacute;s</i>, Dr. Dobbs Journal
+ April 1993
+ </p>
+ <p>
+ Macintosh User Interface Guidelines and TextEdit chapters of Inside Macintosh
+ </p>
+ <h3>
+ Development Tools
+ </h3>
+ <p>
+ Scintilla and SciTE were developed using the Mingw32 version of GCC. <a
+ href="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/"> Mumit Khan's GNU Win32
+ site</a> is a good starting point for GCC and Mingw32 information and downloads.
+ </p>
+ <p>
+ <a href="http://astyle.sourceforge.net/">AStyle</a> is a source code formatter for C++ and
+ Java code. SciTE has an Indent command defined for .cxx files that uses AStyle.
+ </p>
+ <p>
+ <a href="http://www.python.org">Python</a> is my favourite programming language. Scintilla
+ was started after I tried to improve the editor built into <a
+ href="http://www.python.org/windows/">PythonWin</a>, but was frustrated by the limitations of
+ the Windows Richedit control which PythonWin used.
+ </p>
+ <p>
+ <a href="http://www.petes-place.com/">CodeMagic</a> is a free generic IDE for Win32.
+ Strongly Perl focused but customisable for other languages. Has more user interface features
+ than SciTE.
+ </p>
+ <p>
+ Coding frenzy musical inspiration provided by the <a
+ href="http://www.users.wineasy.se/FlowerKings/index.htm">Flower Kings</a>.
+ </p>
+ <p>
+ Get away from hacking without any of that tedious standing up bother: <a
+ href="http://www.zip.com.au/~sneal/index.html">Virtual Tours</a> ;).
+ </p>
+ </body>
+</html>
+