aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html29
1 files changed, 28 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 39bb8581d..7b952af85 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -434,10 +434,20 @@
</li>
</ul>
<h3>
- 3.3.1 placeholder
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite331.zip?download">Release 3.3.1</a>
</h3>
<ul>
<li>
+ Autocompletion lists can now appear in priority order or be sorted by Scintilla.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/981/">Feature #981.</a>
+ </li>
+ <li>
+ Most lexers now lex an extra NUL byte at the end of the
+ document which makes it more likely they will classify keywords at document end correctly.
+ <a href="http://sourceforge.net/p/scintilla/bugs/574/">Bug #574</a>,
+ <a href="http://sourceforge.net/p/scintilla/bugs/588/">Bug #588.</a>
+ </li>
+ <li>
Haskell lexer improved in several ways.
<a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459.</a>
</li>
@@ -446,8 +456,25 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1414/">Bug #1414.</a>
</li>
<li>
+ Ruby lexer crash fixed with keyword at start of document.
+ </li>
+ <li>
The PLAT_NCURSES platform now called PLAT_CURSES as may work on other implementations.
</li>
+ <li>
+ Bug on Cocoa fixed where input composition with multiple selection or virtual space selection
+ could make undo stop working.
+ </li>
+ <li>
+ Direct2D/DirectWrite mode on Windows now displays documents in non-Latin1 8-bit encodings correctly.
+ </li>
+ <li>
+ Position of calltip and autocompletion lists fixed on Cocoa.
+ </li>
+ <li>
+ While regular expression search in DBCS text is still not working, matching partial characters is now avoided
+ by moving end of match to end of character.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite330.zip?download">Release 3.3.0</a>