m (Idmadmin moved page Auto Completion to Auto completion without leaving a redirect) |
|||
Line 1: | Line 1: | ||
[[Category:General]]<div class="idm-shortcut"> | [[Category:General]]<div class="idm-shortcut"> | ||
− | Shortcut: <span>Ctrl+ | + | Shortcut: <span>Ctrl+Spacebar</span> |
</div>[[File:UltraEdit auto-complete dialog.png|right|alt=screenshot of UltraEdit's auto-complete dialog]] | </div>[[File:UltraEdit auto-complete dialog.png|right|alt=screenshot of UltraEdit's auto-complete dialog]] | ||
− | UltraEdit and UEStudio include an '''auto-complete dialog''' which can be automatically shown while editing or invoked via keyboard shortcut. This dialog allows you to complete words automatically as you type them, insert a template, or complete a keyword/object based on code context. | + | UltraEdit and UEStudio include an '''auto-complete dialog''' which can be automatically shown while editing or invoked via keyboard shortcut. This dialog allows you to complete words automatically as you type them, insert a template, or complete a keyword / object based on code context. |
The auto-complete dialog works by offering suggestions that match the string directly to the left of the caret. If there is no word directly to the left of the caret (for example, in the case of a space or hyphen), all possible suggestions are shown in the auto-complete dialog. | The auto-complete dialog works by offering suggestions that match the string directly to the left of the caret. If there is no word directly to the left of the caret (for example, in the case of a space or hyphen), all possible suggestions are shown in the auto-complete dialog. | ||
− | You can use the Up / Down keys on the keyboard to cycle through the matches in the auto-complete dialog, then press Enter, Tab, or | + | You can use the '''Up ''' / '''Down''' keys on the keyboard to cycle through the matches in the auto-complete dialog, then press '''Enter''', '''Tab''', or '''Spacebar''' to select the item you'd like to insert. You can also scroll the mouse and '''double-click''' an item to insert it. |
While the auto-complete dialog is open, you can type additional characters to change the selection in the auto-complete as appropriate to match the partially typed word. | While the auto-complete dialog is open, you can type additional characters to change the selection in the auto-complete as appropriate to match the partially typed word. |
Shortcut: Ctrl+Spacebar
UltraEdit and UEStudio include an auto-complete dialog which can be automatically shown while editing or invoked via keyboard shortcut. This dialog allows you to complete words automatically as you type them, insert a template, or complete a keyword / object based on code context.
The auto-complete dialog works by offering suggestions that match the string directly to the left of the caret. If there is no word directly to the left of the caret (for example, in the case of a space or hyphen), all possible suggestions are shown in the auto-complete dialog.
You can use the Up / Down keys on the keyboard to cycle through the matches in the auto-complete dialog, then press Enter, Tab, or Spacebar to select the item you'd like to insert. You can also scroll the mouse and double-click an item to insert it.
While the auto-complete dialog is open, you can type additional characters to change the selection in the auto-complete as appropriate to match the partially typed word.
The auto-complete dialog is populated with the following five categories of possible matches: