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/ScintillaDoc.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/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 0 insertions, 2 deletions
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.</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 |