Categories


Popular topics

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 six categories of possible matches:

  1. Templates
    Any template name that matches the current string is shown in the auto-complete dialog unless this option has been disabled in Settings » Templates. If a template is selected, then the template is immediately inserted into the active file.
  2. IntelliTips keywords - only available in UEStudio
    Typically class members, UEStudio provides context-aware code completion and offers to complete function names, variable names, structs, and other objects from the active project in the auto-complete dialog.
  3. Strings in the file
    The editor will scan backwards from the current caret location up to 50 KB of data to find strings that match the partially typed word and display these matches in the auto-complete dialog.
  4. Functions in the file
    Any functions in the active file shown in the function list will be shown in the auto-complete dialog, regardless of where those functions exist in the file.
  5. Strings from auto-complete file
    If an auto-complete file is defined for the active file type in Settings » Editor » Word wrap / tab settings, all matches from that file will be included in the list.
  6. Syntax highlighting keywords
    If the active file is syntax highlighted, all matching keywords from the wordfile will be shown last in the auto-complete dialog.
MediaWiki spam blocked by CleanTalk.