diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-05 14:45:37 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-05 14:45:37 +1000 |
commit | 3f255cd047b8ba52d57ffd351ccc72e2369702e8 (patch) | |
tree | b5d58c2c81d80bd1d16d4347be7363eb0e48b188 | |
parent | 01ba4f3ec9865df935e935f5a2d504df8023be9d (diff) | |
download | scintilla-mirror-3f255cd047b8ba52d57ffd351ccc72e2369702e8.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bf7d6769a..1789ccc7e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -506,6 +506,9 @@ The case mode style attribute can now be SC_CASE_CAMEL. </li> <li> + SciTE properties files now discard trailing white space on variable names. + </li> + <li> On Cocoa fix problems with positioning of autocompletion lists near screen edge or under dock. Cancel autocompletion when window moved. <a href="http://sourceforge.net/p/scintilla/bugs/1740/">Bug #1740</a>. |