From ca6456fe971e9a6270c01c22bcbc39a91e583aa8 Mon Sep 17 00:00:00 2001
From: mitchell
Date: Sun, 17 Feb 2019 17:45:23 -0500
Subject: Backport: Bug [#1548]. Implement calltips on Qt.
Backport of changeset 7237:a82b87a88556 and 7238:ba336ac439f0.
---
doc/ScintillaDoc.html | 2 --
1 file changed, 2 deletions(-)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index fdf1e36c0..e897060ae 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -4975,8 +4975,6 @@ struct Sci_TextToFind {
There is some interaction between call tips and autocompletion lists in that showing a
call tip cancels any active autocompletion list, and vice versa.
- Call tips are not implemented on Qt.
-
Call tips can highlight part of the text within them. You could use this to highlight the
current argument to a function by counting the number of commas (or whatever separator your
language uses). See SciTEBase::CharAdded() in SciTEBase.cxx for an
--
cgit v1.2.3