diff options
author | nyamatongwe <devnull@localhost> | 2002-02-23 01:21:35 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-02-23 01:21:35 +0000 |
commit | 44971683f07e388a861e7f29eab22b58cfe5b1c0 (patch) | |
tree | ed7c5002cc8e774c0ba26d808c28c32f4a5550f6 | |
parent | 64495de70c9833d83b26c15e28616e43c2a10f30 (diff) | |
download | scintilla-mirror-44971683f07e388a861e7f29eab22b58cfe5b1c0.tar.gz |
Added SilverCity and SyntaxEditor.
-rw-r--r-- | doc/ScintillaRelated.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index b68f1e492..48c31d716 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,6 +29,11 @@ Projects using Scintilla </h3> <p> + <a href="http://silvercity.sourceforge.net/">SilverCity</a> + is a lexing package that can provide lexical analysis for over 20 programming + and markup langauges. + </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. @@ -162,6 +167,10 @@ Editing Components </h3> <p> + <a href="http://www.actiprosoftware.com/products/dotnet/syntaxeditor/default.asp">SyntaxEditor</a> + is a commercial native .Net source code editing component. + </p> + <p> <a href="http://jedit.sourceforge.net/">jEdit</a> is a good Open Source syntax colouring editor written in and for Java. </p> |