From e3f77f430c2345923a89285e85e4a2ea6db0636e Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 9 Nov 2013 14:33:54 +1100 Subject: Note limitation on Qt. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 77473da7c..e5bf32e4f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 29 September 2013 NH

+

Last edited 9 November 2013 NH

There is an overview of the internal design of Scintilla.
@@ -4413,6 +4413,8 @@ 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