Skip to content

Commit f7f9364

Browse files
committed
v8.5 Make Auto-Completion List Brief
document the new preference #492
1 parent 136c5d4 commit f7f9364

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/preferences.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,15 @@ Sets options for [auto-completion](../auto-completion/) of text, including word
343343
* `☐ Function completion`: will auto-complete function names only, based on the keywords in the active [auto-completion file](../auto-completion/)
344344
* `☐ Word completion`: will auto-complete words only, based on words that already exist in the current file
345345
* `☐ 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
347347
* if `☐ Enable auto-completion on each input` is checked, the _n_th character entry will be disabled (greyed out)
348348
* `☐ Ignore numbers`: won't try to auto-complete when typing numbers
349349
* **Insert Selection**: v8.2.1 added a new section
350350
* `☐ TAB`: toggles whether or not TAB will accept your choice
351351
* `☐ ENTER`: toggles whether or not ENTER will accept your choice
352352
* 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.
353355
* `☐ Function parameters hint on input`: for applicable programming languages, will provide hints on what to type in a function parameter list
354356
* 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.
355357
* **Auto-Insert**

0 commit comments

Comments
 (0)