From d27cc8e66dd4cbccc62caa9d6e093da32e28ce0b Mon Sep 17 00:00:00 2001
From: nyamatongwe
The current selection can be triggered with the SCI_AUTOCCOMPLETE @@ -934,6 +935,12 @@ SCI_AUTOCGETDROPRESTOFWORD characters which will cancel autocompletion can be specified with the SCI_AUTOCSTOPS.
++ If set to ignore case mode with SCI_AUTOCSETIGNORECASE, + then strings are matched after being converted to upper case. + One result of this is that the list should be sorted with the punctuation + characters '[', '\', ']', '^', '_', and '`' sorted after letters. +
The default behaviour is for the list to be cancelled if the caret moves before the location it was at when the list was displayed. -- cgit v1.2.3