drop crashrpt
[TortoiseGit.git] / ext / scintilla / doc / ScintillaRelated.html
blobf87f5520b78ff9bc75e08dd5f16d9dc02fada317
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <meta name="generator" content="HTML Tidy, see www.w3.org" />
7 <meta name="generator" content="SciTE" />
8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9 <title>
10 Scintilla and SciTE Related Sites
11 </title>
12 </head>
13 <body bgcolor="#FFFFFF" text="#000000">
14 <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
15 <tr>
16 <td>
17 <img src="SciTEIco.png" border="3" height="64" width="64" alt="Scintilla icon" />
18 </td>
19 <td>
20 <a href="index.html" style="color:white;text-decoration:none"><font size="5">Scintilla
21 and SciTE</font></a>
22 </td>
23 </tr>
24 </table>
25 <h2>
26 Related Sites
27 </h2>
28 <h3>
29 Ports and Bindings of Scintilla
30 </h3>
31 <p>
32 <a href="https://metacpan.org/module/Wx::Scintilla">Wx::Scintilla</a>
33 is a Perl Binding for Scintilla on wxWidgets.
34 </p>
35 <p>
36 <a href="http://codebrainz.github.com/GtkScintilla/">GtkScintilla</a>
37 is a GTK+ widget which enables easily adding a powerful
38 source code editor to your applications. Harnessing the abilities
39 of the Scintilla editing component, GtkScintilla adds a familiar
40 GTK+/GObject API, making the widget comfortable to use in
41 these programs, using all the typical GObject conventions.
42 </p>
43 <p>
44 <a href="http://mewsoft.com/cgi-bin/forum/forum.cgi?action=ViewTopic&Topic=1494&Forum=1&Page=1&Period=0a&Lang=English">Editawy</a>
45 is an ActiveX Control wrapper that support all Scintilla functions and additional high level functions.
46 </p>
47 <p>
48 <a href="http://sourceforge.net/projects/jintilla/">Jintilla</a>
49 is a JNI wrapper that allows Scintilla to be used in Java with
50 both SWT and AWT.
51 </p>
52 <p>
53 <a href="http://delphisci.sourceforge.net/">Delphi Scintilla Interface Components</a>
54 is a FREE collection of components that makes it easy to use the
55 Scintilla source code editing control from within Delphi and C++ Builder.
56 </p>
57 <p>
58 <a href="http://wxcode.sourceforge.net/showcomp.php?name=wxStEdit">wxStEdit</a>
59 is a library and sample program that provides extra features over wxStyledTextControl.
60 </p>
61 <p>
62 <a href="http://www.naughter.com/scintilla.html">CScintillaCtrl, CScintillaView &amp; CScintillaDoc</a>
63 are freeware MFC classes to encapsulate Scintilla.
64 </p>
65 <p>
66 <a href="http://sourceforge.net/projects/scide/">ScintillaNet
67 </a> is an encapsulation of Scintilla for use within the .NET framework.
68 </p>
69 <p>
70 <a href="http://www.riverbankcomputing.co.uk/software/qscintilla/intro">QScintilla
71 </a> is a port of Scintilla to the Qt platform. It has a similar license to Qt: GPL for use in
72 free software and commercial for use in close-source applications.
73 </p>
74 <p>
75 <a href="http://www.adapower.com/gwindows/">
76 GWindows</a> is a Win32 RAD GUI Framework for Ada 95 that
77 includes a binding of Scintilla.
78 </p>
79 <p>
80 <a href="http://scintilla.cvs.sourceforge.net/viewvc/scintilla/ScintillaVB/">ScintillaVB</a>
81 is an ActiveX control written in VB that encapsulates Scintilla.
82 </p>
83 <p>
84 <a href="http://savannah.nongnu.org/projects/fxscintilla/">FXScintilla
85 </a> is a port of Scintilla to the FOX platform. FXRuby includes Ruby
86 bindings for FXScintilla.
87 </p>
88 <p>
89 <a href="http://www.pnotepad.org/scintilla/">Delphi wrapper</a> for
90 Scintilla which is also usable from Borland C++ Builder.
91 </p>
92 <p>
93 The wxStyledTextCtrl editor component in the
94 <a href="http://www.wxwidgets.org/">wxWidgets</a> cross platform toolkit is based on Scintilla.<br />
95 A Python binding for wxStyledTextCtrl is part of <a href="http://wxpython.org/">wxPython</a>.
96 </p>
97 <p>
98 <a href="http://sourceforge.net/projects/moleskine/">gtkscintilla</a>
99 is an alternative GTK class implementation for scintilla.
100 This implementation acts more like a Gtk+ object, with many methods rather
101 than just scintilla_send_message() and is available as a shared library.
102 This implementation works with GTK 1.x.
103 </p>
105 <a href="http://sourceforge.net/projects/moleskine/">gtkscintilla2</a>
106 is an alternative GTK class implementation for scintilla
107 similar to the above, but for GTK 2.x.
108 </p>
110 <a href="http://sourceforge.net/projects/moleskine/">pygtkscintilla</a>
111 is a Python binding for gtk1.x scintilla that uses
112 gtkscintilla instead of the default GTK class.
113 </p>
115 <a href="http://scintilla.cvs.sourceforge.net/viewvc/scintilla/scintillactrl/">ScintillaCtrl</a>
116 is an unmaintained ActiveX control wrapper for Scintilla.
117 </p>
118 <h3>
119 Projects using Scintilla
120 </h3>
122 <a href="http://padre.perlide.org/">Padre</a>
123 is a wxWidgets-based Perl IDE.
124 </p>
126 <a href="http://manoscoder.gr/CoderStudio/CoderStudio.asp">CoderStudio</a>
127 is an IDE for Assembly programming similar to Visual Studio 6.0.
128 </p>
130 <a href="http://www.sparxsystems.com/products/ea/index.html">Enterprise Architect</a>
131 is a UML 2.1 analysis and design tool.
132 </p>
134 <a href="https://launchpad.net/codeassistor">The CodeAssistor Editor</a>
135 is a small and simple MacOSX source code editor.
136 </p>
138 <a href="http://www.topwizprogramming.com/freecode_pbeditor.html">PBEditor</a>
139 is a text editor for PowerBuilder.
140 </p>
142 <a href="http://www.cryptool.org/">CrypTool</a>
143 is an application for applying and analyzing cryptographic algorithms.
144 </p>
146 <a href="http://code.google.com/p/fxite/">FXiTe</a>
147 is an advanced cross-platform text editor built with the Fox GUI toolkit
148 and the FXScintilla text widget.
149 </p>
151 <a href="http://www.jabaco.org/">Jabaco</a>
152 is a simple programming language with a Visual Basic like syntax.
153 </p>
155 <a href="http://www.daansystems.com/lispide">LispIDE</a>
156 is a basic Lisp editor for Windows 2000, XP and Vista.
157 </p>
159 <a href="http://www.flexsoft.cc/download.htm">FlexEdit</a>
160 is Free Text/Hex Editor for Windows.
161 </p>
163 <a href="http://www.assembla.com/wiki/show/FileWorkbench">File Workbench:</a>
164 a file manager / text editor environment with Squirrel scripting.
165 </p>
167 <a href="http://kephra.sf.net">Kephra</a>
168 is a free, easy and comfortable cross-platform editor written in Perl.
169 </p>
171 <a href="http://top.gresham-computing.com">TOP</a>
172 is an interface to HP's NonStop servers which run a proprietary OS.
173 </p>
175 <a href="http://universalindent.sourceforge.net/">UniversalIndentGUI</a>
176 is a cross platform GUI for several code formatters, beautifiers and indenters
177 like GreatCode, AStyle (Artistic Styler), GNU Indent, BCPP and so on.
178 </p>
180 <a href="http://scitools.com/products/trackback/product.php">TrackBack</a>
181 watches and backs up every change made in your source code.
182 </p>
184 <a href="http://elementaryreports.com/">Elementary Reports</a>
185 is designed to reduce the time to compose detailed and professional primary school reports.
186 </p>
188 <a href="http://stepaheadsoftware.com/products/vcw/vcw.htm">Visual Classworks</a>
189 Visual class modeling and coding in C++ via 'live'
190 UML style class diagrams.
191 </p>
193 <a href="http://stepaheadsoftware.com/products/javelin/javelin.htm">Javelin</a>
194 Visual Class modeling and coding in Java via 'live' UML style
195 class diagrams.
196 </p>
198 The <a href="http://www.adobe.com/devnet/bridge/">ExtendScript Toolkit</a>
199 is a development and debugging tool for JavaScript
200 scripts included with Adobe CS3 Suites.
201 </p>
203 <a href="http://tortoisesvn.net/">TortoiseSVN</a>
204 is a Windows GUI client for the Subversion source control software.
205 </p>
207 <a href="http://www.geany.org/">Geany</a>
208 is a small and fast GTK2 based IDE, which has only a few dependencies from other packages.
209 </p>
211 <a href="http://www.elliecomputing.com/products/merge_overview.asp">ECMerge</a>
212 is a commercial graphical and batch diff / merge tool for Windows, Linux and Solaris
213 (aiming to target all major platforms).
214 </p>
216 <a href="http://pype.sourceforge.net/">PyPE</a>
217 is an editor written in Python with the wxPython GUI toolkit.
218 </p>
220 <a href="http://home.mweb.co.za/sd/sdonovan/sciboo.html">Sciboo</a>
221 is an editor based on ScintillaNET.
222 </p>
224 <a href="https://sourceforge.net/projects/tsct/">The Scite Config Tool</a>
225 is a graphical user interface for changing SciTE properties files.
226 </p>
228 <a href="http://www.totalcmd.net/plugring/SciLister.html">Scintilla Lister</a>
229 is a plugin for Total Commander allowing viewing all documents with syntax highlighting
230 inside Total Commander.
231 </p>
233 <a href="http://chscite.sourceforge.net">ChSciTE</a>
234 is a free IDE for C/C++ interpreter Ch. It runs cross platform.
235 Ch is for cross-platform scripting, shell
236 programming, 2D/3D plotting, numerical computing, and embedded
237 scripting.
238 </p>
240 <a href="http://codeblocks.org/">
241 Code::Blocks</a> is an open source, cross platform free C++ IDE.
242 </p>
244 <a href="http://notepad-plus.sourceforge.net/uk/site.htm">
245 Notepad++</a> is a free source code editor under Windows.
246 </p>
248 <a href="http://gubed.mccabe.nu/">
249 Gubed</a> is a cross platform program to debug PHP scripts.
250 </p>
252 <a href="http://www.lesser-software.com/lswdnl.htm">
253 LSW DotNet-Lab</a> is a development environment for the .NET platform.
254 </p>
256 <a href="http://glintercept.nutty.org/">
257 GLIntercept</a> is an OpenGL function call interceptor that uses SciTE as a
258 run-time shader editor.
259 </p>
261 <a href="http://wxguide.sourceforge.net/indexedit.html">
262 wyoEditor</a> is "A nice editor with a well designed and consistent look and feel".
263 </p>
265 <a href="http://www.flos-freeware.ch/notepad2.html">
266 Notepad2</a> is "Yet another Notepad replacement".
267 </p>
269 <a href="http://pycrash.sourceforge.net/index.php?type=3">
270 PyCrash Viewer</a> can examine crash dumps of Python programs.
271 </p>
273 <a href="http://www.cabletest.com/mpt-wa-software-discovery.shtml">
274 MPT series Wire Analyzers</a> use Scintilla and SciTE.
275 </p>
277 <a href="http://www.mygenerationsoftware.com">MyGeneration</a>
278 is a .NET based code generator.
279 </p>
281 <a href="http://cssed.sourceforge.net">CSSED</a>
282 is a tiny GTK2 CSS editor.
283 </p>
285 <a href="http://wxghostscript.sourceforge.net/">
286 IdePS</a>
287 is a free Integrated Development Environment for PostScript
288 </p>
290 <a href="http://cute.sourceforge.net/">
291 CUTE</a>
292 is a user-friendly source code editor easily extended using Python.
293 </p>
295 <a href="http://www.spaceblue.com/venis/">
296 Venis IX</a>,
297 the Visual Environment for NSIS (Nullsoft Scriptable Install System).
298 </p>
300 <a href="http://www.die-offenbachs.de/detlev/eric.html">Eric3</a>
301 is a Python IDE written using PyQt and QScintilla.
302 </p>
304 <a href="http://www.bomberstudios.com/sciteflash/">SciTE|Flash</a>
305 is a free Scintilla-based ActionScript editor for Windows.
306 </p>
308 <a href="http://www.computersciencelab.com/CppIde.htm">CPPIDE</a>
309 is part of some commercial high-school oriented programming course software.
310 </p>
312 <a href="http://www.blazingtools.com/is.html">Instant Source</a>
313 is a commercial tool for looking at the HTML on web sites.
314 </p>
316 <a href="http://www.codejoin.com/radon/">RAD.On++</a>
317 is a free C++ Rapid Application Developer for Win32.
318 </p>
320 <a href="http://wxbasic.sourceforge.net/">wxBasic</a> is an open source
321 Basic interpreter that uses the wxWidgets toolkit. A small IDE is under construction.
322 </p>
324 <a href="http://freeride.rubyforge.org/wiki/wiki.pl">FreeRIDE</a> will be a
325 cross-platform IDE for the Ruby programming language.
326 </p>
328 <a href="http://visual-mingw.sourceforge.net/">Visual MinGW</a> is an
329 IDE for the MinGW compiler system.This runs on Windows with gcc.
330 </p>
332 The <a href="http://archaeopteryx.com/wingide">Wing IDE</a> is a
333 complete integrated development environment for the Python programming
334 language.
335 Available on Intel based Linux and Windows and on MacOS X through XDarwin.
336 </p>
338 <a href="http://www.gorlice.net.pl/~rybak/luaide/">LuaIDE</a>
339 is an IDE for Lua on Windows.
340 </p>
342 <a href="http://www.aegisknight.org/sphere/">Sphere</a>
343 is 2D RPG engine with a development environment.
344 </p>
346 <a href="http://gaiacrtn.free.fr/practical-ruby/index.html">Practical Ruby</a>
347 is an IDE for Ruby on Windows.
348 </p>
350 <a href="http://www.gnuenterprise.org/">GNUe</a>
351 is a suite of tools and applications for solving the needs of the enterprise.
352 </p>
354 <a href="http://silvercity.sourceforge.net/">SilverCity</a>
355 is a lexing package that can provide lexical analysis for over 20 programming
356 and markup languages.
357 </p>
359 <a href="http://hapdebugger.sourceforge.net/">HAP Python Remote Debugger</a>
360 is a Python debugger that can run on one Windows machine debugging a Python program running
361 on either the same or another machine.
362 </p>
364 <a href="http://www.rexx.com/~dkuhlman/">pyeditor and wxEditor</a>
365 are scriptable editors implemented in Python. pyeditor is based on GTK+ and
366 the pyscintilla wrapper. wxEditor is based on wxWidgets, wxPython and
367 wxStyledTextControl.
368 </p>
370 <a href="http://sourceforge.net/projects/pycrust/">PyCrust</a> is an interactive
371 Python shell based on wxPython.
372 </p>
374 <a href="http://www.thekompany.com/products/blackadder/">Black Adder</a> is a
375 Qt based development environment for Python and Ruby.
376 </p>
378 <a href="http://www.activestate.com/Products/Komodo/">Komodo</a>
379 is a cross-platform multi-language development environment built
380 as an application of Mozilla.
381 </p>
383 <a href="http://llt.chez-alice.fr/">Filerx</a>
384 is a project manager for SciTE on Windows.
385 Open source and includes an implementation of SciTE's Director interface so
386 will be of interest to others wanting to control SciTE.
387 </p>
389 <a href="http://anjuta.sourceforge.net/">Anjuta</a>
390 is an open source C/C++ IDE for Linux/GNOME.
391 </p>
393 A <a href="http://www.burgaud.com">version of SciTE for Win32</a> enhanced
394 with a tab control to allow easy movement between buffers.
395 Go to the "Goodies" area on this site.
396 </p>
398 <a href="http://www.suneido.com">
399 Suneido</a> is an integrated application platform currently available for Win32 that includes an
400 object-oriented language, client-server database, and user interface and reporting frameworks.
401 </p>
403 <a href="http://www.allitis.com/agast/home.html">
404 Agast</a> is an authoring system for adventure games which includes
405 a customised version of SciTE.
406 </p>
408 <a href="http://boa-constructor.sourceforge.net/">Boa Constructor</a> is a RAD GUI
409 Building IDE for the wxWidgets cross platform platform. Written using wxPython with the
410 wxStyledTextCtrl used as its editor.
411 </p>
413 <a href="http://www.python.org/download/windows/">PythonWin</a>, a Win32 IDE for Python, uses
414 Scintilla for both its editing and interactive windows.
415 </p>
416 <h3>
417 Editing Components
418 </h3>
420 <a href="http://projects.gnome.org/gtksourceview/">GtkSourceView</a>
421 is a text widget that extends the standard GTK+ 2.x text widget and improves it
422 by implementing syntax highlighting and other features typical of a source editor.
423 </p>
425 <a href="http://aeditor.rubyforge.org/">AEditor</a>
426 is a free source code editing component implemented in Ruby.
427 </p>
429 <a href="http://www.actiprosoftware.com/Products/DotNet/SyntaxEditor/Default.aspx">SyntaxEditor</a>
430 is a commercial native .Net source code editing component.
431 </p>
433 <a href="http://jedit.sourceforge.net/">jEdit</a> is a good Open Source syntax colouring
434 editor written in and for Java.
435 </p>
437 <a href="http://www.gtk.org/">GTK+</a>, the GIMP Toolkit, contains a rich text editing
438 widget.<br />
439 <a href="http://gedit.sourceforge.net/">Gedit</a> is an editor for GTK+/GNOME.<br />
440 <!--
441 <a href="http://www.daimi.au.dk/~mailund/gtk.html">GtkEditor</a> is a source code editing
442 widget based on the GTK+ text widget.<br />
443 <a href="http://gide.gdev.net/">gIDE</a> is an IDE based on GTK+.<br />
444 <a href="http://www.bahnhof.se/~mikeh/linux_software.html">GtkExText</a> is a source code
445 oriented text widget for GTK+.
447 </p>
449 <a href="http://www.codeguru.com/">CodeGuru</a> has source code for several Win32 MFC based
450 editors.
451 </p>
452 <a href="http://synedit.sourceforge.net/">SynEdit</a> is a Win32 edit control written
453 in Delphi.
455 <a href="http://www.tetradyne.com/srcvwax.htm">SourceView</a> is a commercial editing
456 component for Win32.
457 </p>
459 <a href="http://www.winmain.com/">CodeMax</a> is another commercial component for Win32.
460 </p>
461 <h3>
462 Documents
463 </h3>
465 <a href="http://www.finseth.com/craft/">The Craft of Text Editing</a>
466 describes how EMACS works, <i>Craig A. Finseth</i>
467 </p>
469 <a href="http://www.cs.cmu.edu/~wjh/papers/byte.html">Data Structures in a Bit-Mapped Text
470 Editor</a>, <i>Wilfred J. Hanson</i>, Byte January 1987
471 </p>
473 Text Editors: Algorithms and Architectures, <i>Ray Vald&eacute;s</i>, Dr. Dobbs Journal
474 April 1993
475 </p>
477 Macintosh User Interface Guidelines and TextEdit chapters of Inside Macintosh
478 </p>
479 <h3>
480 Development Tools
481 </h3>
483 Scintilla and SciTE were developed using the
484 <a href="http://www.mingw.org/">Mingw version of GCC</a>.
485 </p>
487 <a href="http://astyle.sourceforge.net/">AStyle</a> is a source code formatter for C++ and
488 Java code. SciTE has an Indent command defined for .cxx files that uses AStyle.
489 </p>
491 <a href="http://winmerge.org/">WinMerge</a> is an interactive diff / merge
492 for Windows. I prefer code submissions in the form of source files rather than diffs and then run
493 WinMerge over the files to work out how to merge.
494 </p>
496 <a href="http://www.python.org">Python</a> is my favourite programming language. Scintilla
497 was started after I tried to improve the editor built into <a
498 href="http://www.python.org/download/windows/">PythonWin</a>, but was frustrated by the limitations of
499 the Windows Richedit control which PythonWin used.
500 </p>
502 <a href="http://www.cse.yorku.ca/~oz/">regex</a> is a public domain
503 implementation of regular expression pattern matching used in Scintilla.
504 </p>
506 Inspirational coding soundscapes by <a href="http://www.davidbridie.com.au">David Bridie</a>.
507 </p>
508 </body>
509 </html>