From 6e2450ce641c6f1b3ade6d8d9eb21367bcb4223c Mon Sep 17 00:00:00 2001
From: Neil Last edited 9 November 2013 NH Last edited 10 January 2014 NH There is an overview of the internal design of
Scintilla.Scintilla Documentation
-
@@ -4467,12 +4467,15 @@ struct Sci_TextToFind {
'\n' (Line Feed, ASCII code 10) characters. Do not include '\r' (Carriage Return, ASCII
code 13), as this will most likely print as an empty box. '\t' (Tab, ASCII code 9) is
supported if you set a tabsize with
- ..
+ The position of the caret is remembered here so that the call tip can be cancelled automatically if subsequent deletion
+ moves the caret before this position.
SCI_CALLTIPCANCEL
This message cancels any displayed call tip. Scintilla will also cancel call tips for you if
you use any keyboard commands that are not compatible with editing the argument list of a
- function.
SCI_CALLTIPACTIVE
This returns 1 if a call tip is active and 0 if it is not active.