diff options
author | nyamatongwe <devnull@localhost> | 2000-07-26 05:48:26 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-26 05:48:26 +0000 |
commit | b392fbefc14d0fa29676d1c0246d4aa8a6a619cc (patch) | |
tree | 0d3d841d1e32d3fa54ad696350d0ea7ca48e596b /doc/ScintillaHistory.html | |
parent | 05a2ea25e0d340a68aca1b28fdfbf2b4c6aa5de3 (diff) | |
download | scintilla-mirror-b392fbefc14d0fa29676d1c0246d4aa8a6a619cc.tar.gz |
Updated for 1.30.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a6f975256..9123e7f80 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -139,7 +139,7 @@ Released on 26 July 2000. </li> <li> - Much better support for PHP. + Much better support for PHP which is now an integral part of the HTML support. </li> <li> Start replacement of Windows-specific APIs with cross platform APIs. @@ -171,9 +171,33 @@ directions respectively. </li> <li> + Auto-completion lists may be set to cancel when the cursor goes before + its start position or before the start of string being completed. + </li> + <li> + Auto-completion lists automatically size more sensibly. + </li> + <li> + SCI_CLEARDOCUMENTSTYLE zeroes all style bytes, ensures all + lines are shown and deletes all folding information. + </li> + <li> On Windows, auto-completion lists are visually outdented rather than indented. </li> <li> + Close all command in SciTE. + </li> + <li> + On Windows multiple files can be dragged into SciTE. + </li> + <li> + When saving a file, the SciTE option save.deletes.first deletes it before doing the save. + This allows saving with a different capitalisation on Windows. + </li> + <li> + When use tabs option is off pressing the tab key inserts spaces. + </li> + <li> Bug in indicators leading to extra line drawn fixed. </li> </ul> |