(Created page with "Category:Settings<span class="idm-uestudio-only">''Note: these settings are only available in [https://www.ultraedit.com/products/uestudio/ UEStudio]''</span> The '''I...") |
(No difference)
|
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 box (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.