From bd0b16f697913cc48beb8553aa1e666e94bd4454 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
@@ -3782,8 +3784,18 @@ struct TextToFind {
item is found, it is selected. If the item is not found, the autocompletion list closes if
auto-hide is true (see ).
- The current selection can be retrieved with SCI_AUTOCGETCURRENT
-
SCI_AUTOCGETCURRENT.
+
+ SCI_AUTOCGETCURRENTTEXT(<unused>, char *text)
+ This message retrieves the current selected text in the autocompletion list. Normally the
+ notification
+ is used instead.
text buffer, returning the length (not including the
+ terminating 0). If not found, an empty string is copied to the buffer and 0 is returned.
+
+ If the value argument is 0 then the length that should be allocated to store the value is + returned; again, the terminating 0 is not included.
SCI_AUTOCSETCANCELATSTART(bool cancel)
SCI_AUTOCGETCANCELATSTART
--
cgit v1.2.3