diff options
author | nyamatongwe <unknown> | 2001-12-24 01:31:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-12-24 01:31:59 +0000 |
commit | 8e2e81fbb33b50c3b304aaf28957ab6a6cdb7bf3 (patch) | |
tree | ad4272529436f874dbe3aaa6398074d844af7e7b | |
parent | d881d141d290200a785c1ad0d825baf263a8e958 (diff) | |
download | scintilla-mirror-8e2e81fbb33b50c3b304aaf28957ab6a6cdb7bf3.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 |