diff options
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> |