diff options
| author | Jiří Techet <techet@gmail.com> | 2024-03-08 07:56:22 +1100 |
|---|---|---|
| committer | Jiří Techet <techet@gmail.com> | 2024-03-08 07:56:22 +1100 |
| commit | 548093449967bb84aaf112df736428681657c528 (patch) | |
| tree | 2b0fa62496674d8d1f777679628a56e8fcbca0c0 /include/Scintilla.iface | |
| parent | 792b3fde18766b74c56472a26fa82107b650d3e4 (diff) | |
| download | scintilla-mirror-548093449967bb84aaf112df736428681657c528.tar.gz | |
Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.
This option always selects the first item in the autocompletion list.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 9f5b5a054..3f88653ce 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1100,6 +1100,8 @@ enu AutoCompleteOption=SC_AUTOCOMPLETE_ val SC_AUTOCOMPLETE_NORMAL=0 # Win32 specific: val SC_AUTOCOMPLETE_FIXED_SIZE=1 +# Always select the first item in the autocompletion list: +val SC_AUTOCOMPLETE_SELECT_FIRST_ITEM=2 # Set autocompletion options. set void AutoCSetOptions=2638(AutoCompleteOption options,) |
