diff options
author | nyamatongwe <unknown> | 2008-01-08 00:06:39 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-01-08 00:06:39 +0000 |
commit | 97b7b4bbe6cce57b80ccd121375610cade0677bf (patch) | |
tree | 5f9e9a4fbe5e5d926acfab62fb70113f8c61a3da | |
parent | eeb6ee3f03dd87443991639d27afecdbe53284f3 (diff) | |
download | scintilla-mirror-97b7b4bbe6cce57b80ccd121375610cade0677bf.tar.gz |
Checked links, removed bad and moved some.
-rw-r--r-- | doc/ScintillaRelated.html | 33 |
1 files changed, 7 insertions, 26 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 6294fee04..e7b5093cf 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -43,7 +43,7 @@ Scintilla source code editing control from within Delphi and C++ Builder. </p> <p> - <a href="http://www.lehigh.edu/~jrl1/">wxStEdit</a> + <a href="http://wxcode.sourceforge.net/showcomp.php?name=wxStEdit">wxStEdit</a> is a library and sample program that provides extra features over wxStyledTextControl. </p> <p> @@ -132,7 +132,7 @@ watches and backs up every change made in your source code. </p> <p> - <a href="http://www.applepanic.com/front/reportbuilder">ReportBuilder Primary</a> + <a href="http://www.applepanic.com/">ReportBuilder Primary</a> is designed to reduce the time to compose detailed and professional primary school reports. </p> <p> @@ -225,7 +225,7 @@ PyCrash Viewer</a> can examine crash dumps of Python programs. </p> <p> - <a href="http://www.cabletest.com/mpt-discovery.shtml"> + <a href="http://www.cabletest.com/mpt-wa-software-discovery.shtml"> MPT series Wire Analyzers</a> use Scintilla and SciTE. </p> <p> @@ -261,7 +261,7 @@ is a simple C/C++ IDE for the MinGW compiler on Windows. </p> <p> - <a href="http://www.die-offenbachs.de/detlev/eric3.html">Eric3</a> + <a href="http://www.die-offenbachs.de/detlev/eric.html">Eric3</a> is a Python IDE written using PyQt and QScintilla. </p> <p> @@ -324,11 +324,6 @@ and markup languages. </p> <p> - <a href="http://www.akbkhome.com/Projects/phpmole-IDE/">Php mole</a> - is an integrated development enviroment for developing (primarily) - web based and phpgtk based applications. - </p> - <p> <a href="http://hapdebugger.sourceforge.net/">HAP Python Remote Debugger</a> is a Python debugger that can run on one Windows machine debugging a Python program running on either the same or another machine. @@ -340,15 +335,6 @@ wxStyledTextControl. </p> <p> - <a href="http://www.pragmaticprogrammer.com/ruby/downloads/ruby-install.html">Ruby installation</a> - that includes SciTE set up for Ruby using an included copy of the "Programming Ruby" book for help. - </p> - <p> - <a href="http://www.lcc.ufrn.br/~milano/ild/index.html">Interactive LuaSpace Development</a> - is a graphical environment for LuaSpace which combines the CORBA platform - with the language Lua. - </p> - <p> <a href="http://sourceforge.net/projects/pycrust/">PyCrust</a> is an interactive Python shell based on wxPython. </p> @@ -367,7 +353,7 @@ and an application. </p> <p> - <a href="http://llt.chez.tiscali.fr/">Filerx</a> + <a href="http://llt.chez-alice.fr/">Filerx</a> is a project manager for SciTE on Windows. Open source and includes an implementation of SciTE's Director interface so will be of interest to others wanting to control SciTE. @@ -458,11 +444,6 @@ describes how EMACS works, <i>Craig A. Finseth</i> </p> <p> - <a href="http://freespace.virgin.net/james.brown7/tuts/bigmem02.htm">Span Tables</a> - are another data structure that can be used to represent documents in memory in a way - that performs well when data is inserted and deleted, <i>James Brown</i> - </p> - <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> @@ -485,14 +466,14 @@ Java code. SciTE has an Indent command defined for .cxx files that uses AStyle. </p> <p> - <a href="http://winmerge.sourceforge.net/">WinMerge</a> is an interactive diff / merge + <a href="http://winmerge.org/">WinMerge</a> is an interactive diff / merge for Windows. I prefer code submissions in the form of source files rather than diffs and then run WinMerge over the files to work out how to merge. </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 + href="http://www.python.org/download/windows/">PythonWin</a>, but was frustrated by the limitations of the Windows Richedit control which PythonWin used. </p> <p> |