You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/preferences.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,13 +343,15 @@ Sets options for [auto-completion](../auto-completion/) of text, including word
343
343
* `☐ Function completion`: will auto-complete function names only, based on the keywords in the active [auto-completion file](../auto-completion/)
344
344
* `☐ Word completion`: will auto-complete words only, based on words that already exist in the current file
345
345
* `☐ Function and word completion`: will auto-complete both function names and words
346
-
*`From the _n_th character`: must type at least _n_ characters before the auto
346
+
*`From _n_th character`: must type at least _n_ characters before the auto
347
347
* if `☐ Enable auto-completion on each input` is checked, the _n_th character entry will be disabled (greyed out)
348
348
*`☐ Ignore numbers`: won't try to auto-complete when typing numbers
349
349
***Insert Selection**: v8.2.1 added a new section
350
350
*`☐ TAB`: toggles whether or not TAB will accept your choice
351
351
*`☐ ENTER`: toggles whether or not ENTER will accept your choice
352
352
* v8.2 and earlier behaved as if both have checkmarks; v8.2.1 and later defaults to having TAB checkmarked but ENTER _not_ checkmarked, so the default behavior has changed.
353
+
*`☐ Make auto-completion list brief`: when unchecked, once the auto-completion list pops up, the list will stay the same size even as you type additional letters, but the selection will move to the first word that matches all the characters typed; when checked, as you type more characters, the auto-completion list will shrink to only match words that match all the typed characters (new to v8.5; prior to v8.5, the list never shrank).
354
+
- Example: If you have `abc`, `acb`, and `add` in your auto-completion list and start auto-completion from the 1st character, when you type `a`, all three words will appear in the auto-completion list. With this option unchecked (or in earlier versions of Notepad++), typing `d` next will just move the selection to `add`, but all three words will still be shown; with this option checked, once you type the `d`, only `add` will be shown in the list.
353
355
*`☐ Function parameters hint on input`: for applicable programming languages, will provide hints on what to type in a function parameter list
354
356
* Please note that if you use [**Edit > Auto-Completion > ...** menu entries](../editing/#edit-menu) to activate the completion features, you can force function or word or parameter completion, even when those checkboxes are turned off in the settings, and even if there aren't enough characters typed to trigger the auto-completion.
0 commit comments