aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorAndrea Ricchi <unknown>2019-01-24 10:41:41 +1100
committerAndrea Ricchi <unknown>2019-01-24 10:41:41 +1100
commit1d136228bb4394f8dba6ab9139217d4d64078159 (patch)
treecaaa2e5ae65ce77b9e660f3fed74c58c73d68c82 /doc/ScintillaDoc.html
parentab2105ce4a7838df7d4d45410fd8aa46973893dc (diff)
downloadscintilla-mirror-1d136228bb4394f8dba6ab9139217d4d64078159.tar.gz
Bug [#1548]. Implement calltips on Qt.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 0 insertions, 2 deletions
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.</p>
- <p>Call tips are not implemented on Qt.</p>
-
<p>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 <code>SciTEBase::CharAdded()</code> in <code>SciTEBase.cxx</code> for an