aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6a90f17e0..ec2e9d874 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -540,6 +540,7 @@
<td>jj5</td>
</tr><tr>
<td>Jad Altahan</td>
+ <td>Andrea Ricchi</td>
</tr>
</table>
<p>
@@ -558,6 +559,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