diff options
author | mitchell <unknown> | 2019-02-17 17:45:23 -0500 |
---|---|---|
committer | mitchell <unknown> | 2019-02-17 17:45:23 -0500 |
commit | ca6456fe971e9a6270c01c22bcbc39a91e583aa8 (patch) | |
tree | 45e33f09380261e02a0a9311ccb7f6305f83957b /doc/ScintillaHistory.html | |
parent | 0eb472cabe01f68cab7e7a07a004f45dc8c53780 (diff) | |
download | scintilla-mirror-ca6456fe971e9a6270c01c22bcbc39a91e583aa8.tar.gz |
Backport: Bug [#1548]. Implement calltips on Qt.
Backport of changeset 7237:a82b87a88556 and 7238:ba336ac439f0.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bf31ff711..7ede2b761 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -530,6 +530,7 @@ <td>Gokul Krishnan</td> </tr><tr> <td>Jad Altahan</td> + <td>Andrea Ricchi</td> </tr> </table> <p> @@ -548,6 +549,10 @@ <li> Released 10 January 2019. </li> + <li> + Calltips implemented on Qt. + <a href="https://sourceforge.net/p/scintilla/bugs/1548/">Bug #1548</a>. + </li> <li> The C++ lexer, with styling.within.preprocessor on, now interprets "(" in preprocessor "#if(" as an operator instead of part of the directive. This improves folding as well which could become |