aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-03-14 03:57:37 +0000
committernyamatongwe <unknown>2008-03-14 03:57:37 +0000
commit44fac0dabd1cad4713035b9a8426c4eed0ae8235 (patch)
treebdba3a1b7b3c9b345b3adcef104445b1ef9edec6
parent99a9cc11e76e01c5d976510d5586b55e56b5249d (diff)
downloadscintilla-mirror-44fac0dabd1cad4713035b9a8426c4eed0ae8235.tar.gz
More updates.
-rw-r--r--doc/ScintillaHistory.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 96e5f8e5c..af36733bf 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -364,17 +364,29 @@
Perl lexer handles defined-or operator "//".
</li>
<li>
+ Octave lexer fixes "!=" operator.
+ </li>
+ <li>
+ Optimized selection change drawing to not redraw as much when not needed.
+ </li>
+ <li>
+ SciTE on GTK+ no longer echoes Lua commands so is same as on Windows.
+ </li>
+ <li>
+ Automatic vertical scrolling limited to one line at a time so is not too fast.
+ </li>
+ <li>
Crash fixed when line states set beyond end of line states. This occurred when lexers did not
set a line state for each line.
</li>
<li>
- SciTE disables translucent features on Windows 9x due to crashes reported when using translucency.
+ Crash in SciTE on Windows fixed when search for 513 character string fails.
</li>
<li>
- Bug fixed where whitespace background was not seen on wrapped lines.
+ SciTE disables translucent features on Windows 9x due to crashes reported when using translucency.
</li>
<li>
- Octave lexer fixes "!=" operator.
+ Bug fixed where whitespace background was not seen on wrapped lines.
</li>
</ul>
<h3>