aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-09-04 11:06:59 +1000
committerNeil <nyamatongwe@gmail.com>2015-09-04 11:06:59 +1000
commitc8b8650e823e9ea0fb59bdd9108c9c491a4ff4ea (patch)
treeabe4ff92ab12f837ef34d31ef2652da0636492c9 /doc/ScintillaHistory.html
parentea1f44436b535c4ab4251c10664719d899c589fa (diff)
downloadscintilla-mirror-c8b8650e823e9ea0fb59bdd9108c9c491a4ff4ea.tar.gz
Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 9711938d8..81a6755e2 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -515,6 +515,10 @@
VHDL folder supports "protected" keyword.
</li>
<li>
+ Treat CRLF line end as two characters in SCI_COUNTCHARACTERS.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1757/">Bug #1757</a>.
+ </li>
+ <li>
On GTK+ 3.x, fix height of lines in autocompletion lists to match the font.
Switch from deprecated style calls to CSS styling.
Removed setting list colours on GTK+ 3.16+ as no longer appears needed.