diff options
| author | nyamatongwe <devnull@localhost> | 2008-01-07 23:47:03 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2008-01-07 23:47:03 +0000 | 
| commit | 4fbd07cde996f570e991f7c23e64d1fc4ad7cbec (patch) | |
| tree | df9c62f247315ccfb7973d980a410d561ce27fc3 | |
| parent | 879cfbae9ba28080885e6943f8936a95e475606c (diff) | |
| download | scintilla-mirror-4fbd07cde996f570e991f7c23e64d1fc4ad7cbec.tar.gz | |
Added UniversalIndentGUI.
| -rw-r--r-- | doc/ScintillaRelated.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 0b8aee7fe..6294fee04 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -123,6 +123,11 @@         Projects using Scintilla      </h3>      <p> +	<a href="http://universalindent.sourceforge.net/">UniversalIndentGUI</a> +	is a cross platform GUI for several code formatters, beautifiers and indenters +	like GreatCode, AStyle (Artistic Styler), GNU Indent, BCPP and so on. +    </p> +    <p>  	<a href="http://scitools.com/products/trackback/product.php">TrackBack</a>  	watches and backs up every change made in your source code.      </p> | 
