aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index b65a9c8ef..9f8f6d937 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -6420,6 +6420,18 @@ struct Sci_TextToFindFull {
This also avoids a header rectangle above the list.</td>
</tr>
+ <tr>
+ <td align="left"><code>SC_AUTOCOMPLETE_SELECT_FIRST_ITEM</code></td>
+
+ <td align="center">2</td>
+
+ <td>Always select the first item from the autocompletion list regardless of the value
+ entered in the editor. Useful when the autocompletion logic of the application
+ sorts autocompletion entries so that the best match is always at the top of the
+ list. Without this option, Scintilla selects the item from the autocompletion
+ list matching the value entered in the editor.</td>
+ </tr>
+
</tbody>
</table>