diff options
| author | nyamatongwe <devnull@localhost> | 2002-02-03 00:47:49 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-02-03 00:47:49 +0000 | 
| commit | a9564dd2354f3d80c18a938c68589f5a62ff1a35 (patch) | |
| tree | eb22d3938ba9b973696d2e05b4a2a8fb38f6eac9 | |
| parent | 58ffe66bae87776e9b4111cf5ade2d1a2dab5a07 (diff) | |
| download | scintilla-mirror-a9564dd2354f3d80c18a938c68589f5a62ff1a35.tar.gz | |
Added indent.maintain item.
Added Martin to credits.
| -rw-r--r-- | doc/ScintillaHistory.html | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 68a6146f1..99df6e10e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -92,6 +92,7 @@  	<li>Kengo Jinno</li>  	<li>Valentin Valchev</li>  	<li>Marcos E. Wurzius</li> +	<li>Martin Alderson</li>      </ul>      <p>         Sponsorship @@ -125,8 +126,12 @@  	handles 6 keyword sets.        </li>        <li> -        WordStartPosition and WordEndPosition take an onlyWordCharacters -        argument. +	WordStartPosition and WordEndPosition take an onlyWordCharacters +	argument. +      </li> +      <li> +	SciTE option for simplified automatic indentation which repeats +	the indentation of the previous line.        </li>        <li>  	Compilation fix on Alpha because of 64 bit. | 
