diff options
author | nyamatongwe <devnull@localhost> | 2001-12-24 01:31:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-12-24 01:31:59 +0000 |
commit | a8959203984de22af30a169dd3506f90d588dab3 (patch) | |
tree | ad4272529436f874dbe3aaa6398074d844af7e7b | |
parent | 82a3a0d2d28790dec38a2bcc977938d89556b243 (diff) | |
download | scintilla-mirror-a8959203984de22af30a169dd3506f90d588dab3.tar.gz |
Added item about bug in expanding command strings.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 50a2e213b..f43de4c68 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -205,6 +205,10 @@ start up when check.if.already.open is true. </li> <li> + Bugs fixed in SciTE where command strings were not always having + variables evaluated. + </li> + <li> Bugs fixed with displaying partial double-byte and Unicode characters in rectangular selections and at the edge when edge mode is EDGE_BACKGROUND. Column numbers reported by GetColumn treat multiple byte characters as one column |