From d17d3db76e2f7e9f295a339b7626af4096f22ddb Mon Sep 17 00:00:00 2001
From: nyamatongwe SCI_CALLTIPSHOW(int posStart, const char *definition) Unhighlighted text is drawn in a mid gray. Selected text is drawn in a dark blue. The
- default background is white, but this can be changed with
+
+
+
+
This message starts the process by displaying the call tip window. If a call tip is already
active, this has no effect.
@@ -2965,15 +2969,23 @@ struct TextToFind {
required.SCI_CALLTIPSETBACK. The
- only way to change the text colours is to edit the Scintilla source file
- CallTip.cxx.SCI_CALLTIPSETBACK,
+ SCI_CALLTIPSETFORE, and
+ SCI_CALLTIPSETFOREHLT.
+
SCI_CALLTIPSETBACK(int colour)
The background colour of call tips can be set with this message; the default colour is white.
It is not a good idea to set a dark colour as the background as the unselected text is drawn in
mid gray and the selected text in a dark blue.
SCI_CALLTIPSETFORE(int colour)
+ The colour of call tip text can be set with this message; the default colour is mid gray.
SCI_CALLTIPSETFOREHLT(int colour)
+ The colour of highlighted call tip text can be set with this message; the default colour is dark blue.
To allow the container application to perform any of the actions available to the user with -- cgit v1.2.3