aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-09-25 13:18:58 +0000
committernyamatongwe <unknown>2003-09-25 13:18:58 +0000
commit50eeff31c4457fa9be62b1579e94ab1fbf1c125b (patch)
treefc58d691419ee6fb8a754553619656009158afef
parent927dd32a55795e562f007c3c7e3d87d1fb6a9d24 (diff)
downloadscintilla-mirror-50eeff31c4457fa9be62b1579e94ab1fbf1c125b.tar.gz
Added items about this version.
-rw-r--r--doc/ScintillaHistory.html57
1 files changed, 55 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 32cdbf5a7..8c1935b3a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -165,10 +165,63 @@
Fix a crashing bug in indicator display in Scintilla.
</li>
<li>
- Large performance improvement on GTK+ 2.x for long lines.
+ GTK+ version now defaults to building for GTK+ 2 rather than 1.
</li>
<li>
- On Windows SciTE can switch based on activation order rather than buffer number.
+ Mingw make file detects compiler version and avoids options
+ that are cause problems for some versions.
+ </li>
+ <li>
+ Large performance improvement on GTK+ 2 for long lines.
+ </li>
+ <li>
+ Incremental line wrap on GTK+.
+ </li>
+ <li>
+ International text entry works much better on GTK+, with particular
+ improvements for Baltic languages and languages that use 'dead' accents.
+ </li>
+ <li>
+ Unicode clipboard support on GTK+.
+ </li>
+ <li>
+ Indicator type INDIC_BOX draws a rectangle around the text.
+ </li>
+ <li>
+ Clarion language support.
+ </li>
+ <li>
+ YAML language support.
+ </li>
+ <li>
+ MPT LOG language support.
+ </li>
+ <li>
+ On Windows, SciTE can switch based on activation order rather than buffer number.
+ </li>
+ <li>
+ SciTE save.on.deactivate saves all buffers rather than just the current buffer.
+ </li>
+ <li>
+ Lua lexer handles non-ASCII characters correctly.
+ </li>
+ <li>
+ On GTK+ 2, autocompletion uses TreeView rather than deprecated CList.
+ </li>
+ <li>
+ Indicators drawn correctly on wrapped lines.
+ </li>
+ <li>
+ SciTE Incremental Search no longer uses hot keys on Windows.
+ </li>
+ <li>
+ Calltips draw non-ASCII characters correctly rather than as arrows.
+ </li>
+ <li>
+ SciTE crash fixed when going to an error message with empty file name.
+ </li>
+ <li>
+ Bugs fixed in XPM image handling code.
</li>
</ul>
<h3>