diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-18 15:29:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-18 15:29:48 +1100 |
commit | a84ab365c949b105697dccc79521831307a53f55 (patch) | |
tree | 132cd40a7241c4bd8bbbca8e9e0f9b3a758f6bee | |
parent | 1ee828ef5804f85fb40f9c6b031c499c29194267 (diff) | |
download | scintilla-mirror-a84ab365c949b105697dccc79521831307a53f55.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 4bee589d3..dc40ad5b1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -465,6 +465,9 @@ C++ lexer fixes bug with #include statements without " or > terminating filename. <a href="http://sourceforge.net/p/scintilla/bugs/1538/">Bug #1538</a>. </li> + <li> + On Qt, bug fixed with finding monitor rectangle which could lead to autocomplete showing at wrong location. + </li> <ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite336.zip?download">Release 3.3.6</a> |