From 1d136228bb4394f8dba6ab9139217d4d64078159 Mon Sep 17 00:00:00 2001 From: Andrea Ricchi Date: Thu, 24 Jan 2019 10:41:41 +1100 Subject: Bug [#1548]. Implement calltips on Qt. --- 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 891b4ce7d..d1ce91a31 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -5002,8 +5002,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