aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-06-18 03:29:51 +0000
committernyamatongwe <unknown>2006-06-18 03:29:51 +0000
commite35ab7a1346ff465e00b09eb9e0411ff948e0074 (patch)
tree359d4e464fb947c0c103c600ff9222c2da892195 /doc/ScintillaHistory.html
parent64ef3697f4ff2f7edf5e72056183882a0868ebd3 (diff)
downloadscintilla-mirror-e35ab7a1346ff465e00b09eb9e0411ff948e0074.tar.gz
Updated for 1.70.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 15ec95835..4861e8c63 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -238,9 +238,32 @@
Released on 20 June 2006.
</li>
<li>
- SciTE supports.
+ On GTK+, character set conversion is performed using an option that allows approximate conversions rather
+ than failures when a character can not be converted. This may lead to similar characters being inserted or
+ when no similar character is available a '?' may be inserted.
</li>
- <ul>
+ <li>
+ On GTK+, the internationalised IM (Input Method) feature is used for all typed input for all character sets.
+ </li>
+ <li>
+ Scintilla has new margin types SC_MARGIN_BACK and SC_MARGIN_FORE that use the default
+ style's background and foreground colours (normally white and black) as the background to the margin.
+ </li>
+ <li>
+ Scintilla/GTK+ allows file drops on Windows when drop is of type DROPFILES_DND
+ as well as text/uri-list.
+ </li>
+ <li>
+ Code page can only be set to one of the listed valid values.
+ </li>
+ <li>
+ Text wrapping fixed for cases where insertion was not wide enough to trigger
+ wrapping before being styled but was after styling.
+ </li>
+ <li>
+ SciTE find marks are removed before printing or exporting to avoid producing incorrect styles.
+ </li>
+ </ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite169.zip?download">Release 1.69</a>
</h3>