m |
|||
Line 4: | Line 4: | ||
<h2 class="setting">Show symbol list automatically</h2> | <h2 class="setting">Show symbol list automatically</h2> | ||
− | If selected, the auto-complete | + | If selected, the [[Auto completion|auto-complete dialog]] (including symbols from the active project or file) will be displayed automatically after the specified number of characters have been typed. |
<h2 class="setting">Insert smart space after completed word</h2> | <h2 class="setting">Insert smart space after completed word</h2> | ||
Line 24: | Line 24: | ||
<h2 class="setting">Complete with</h2> | <h2 class="setting">Complete with</h2> | ||
Using this option allows you to configure how to select an item in the auto-complete dialog – either via Tab or Enter. If both options are unchecked, a double-click will insert the auto-complete word. | Using this option allows you to configure how to select an item in the auto-complete dialog – either via Tab or Enter. If both options are unchecked, a double-click will insert the auto-complete word. | ||
+ | |||
+ | <div class="idm-see-also"> | ||
+ | See also: | ||
+ | * [[Auto completion]] | ||
+ | </div> |
Note: these settings are only available in UEStudio
The IDE » IntelliTips » Auto-complete branch of Settings includes the following options.
If selected, the auto-complete dialog (including symbols from the active project or file) will be displayed automatically after the specified number of characters have been typed.
If selected, a space will be inserted automatically after the accepted word is inserted.
If selected, and the auto-complete list contains only one unique item which matches the criteria specified for typed characters, then the item from the auto-complete list will automatically be inserted without prompting the user.
If selected, and an auto-complete string is immediately followed by a non-matching string, the non-matching string will be deleted from the active document when the auto-completed word is selected. For example ("|" represents caret) if you type:
ThisIs|Enum
and press Enter to accept suggested word "ThisIsVariable", auto-complete will update the string to "ThisIsVariable," and "Enum" will be deleted.
If desired, the settings selected above may be disabled for strings occurring within comment blocks or strings (as defined by the String characters setting in the associated wordfile).
Using this option allows you to configure how to select an item in the auto-complete dialog – either via Tab or Enter. If both options are unchecked, a double-click will insert the auto-complete word.
See also: