aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-08-06 23:19:43 +0000
committernyamatongwe <unknown>2009-08-06 23:19:43 +0000
commit5451208a673702b1ec9e44e4d34889a5f32d3f3a (patch)
treefff653e514e534523a8b7f7915d7aab61bf11d3c
parent3074355337016548d0f6fde3b0add893b2bac40d (diff)
downloadscintilla-mirror-5451208a673702b1ec9e44e4d34889a5f32d3f3a.tar.gz
Changes for 2.0.
-rw-r--r--doc/ScintillaHistory.html42
1 files changed, 41 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ff8002e20..26eda6354 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -358,7 +358,47 @@
Released on 11 August 2009.
</li>
<li>
- Supports multiple selection and virtual space.
+ Multiple pieces of text can be selected simultaneously by holding control whil dragging the mouse.
+ Typing, backspace and delete may affect all selections together.
+ </li>
+ <li>
+ Virtual space allows selecting beyond the last character on a line.
+ </li>
+ <li>
+ MagikSF lexer recognises numbers correctly.
+ </li>
+ <li>
+ Folding of Python comments and blank lines improved. Bug #210240.
+ </li>
+ <li>
+ Bug fixed where background colour of last character in document leaked past that character.
+ </li>
+ <li>
+ Crash fixed when adding marker beyond last line in document. Bug #2830307.
+ </li>
+ <li>
+ Resource leak fixed in SciTE for Windows when printing fails. Bug #2816524.
+ </li>
+ <li>
+ Bug fixed on Windows where the system caret was destroyed during destruction when another window
+ was using the system caret. Bug #2830223.
+ </li>
+ <li>
+ Bug fixed where indentation guides were drawn over text when the indentation used a style with a different
+ space width to the default style.
+ </li>
+ <li>
+ SciTE bug fixed where box comment added a bare line feed rather than the chosen line end. Bug #2818104.
+ </li>
+ <li>
+ Reverted fix that led to wrapping whole document when displaying the first line of the document.
+ </li>
+ <li>
+ Export to LaTeX in SciTE fixed to work in more cases and not use as much space. Bug #1286548.
+ </li>
+ <li>
+ Bug fixed where EN_CHANGE notification was sent when performing a paste operation in a
+ read-only document. Bug #2825485.
</li>
</ul>
<h3>