Script Auto-Completion

From Dreamer

Jump to: navigation, search

As the user types, a helper that allows to pick suggested text appears in the following cases:

  • Commands, sorted by number - type a digit 0 through 5 at the beginning of a line
  • Commands, sorted by text - type a letter at the beginning of a line
  • Variables - type % at any time
  • Messages - type ~ at any time

The helper automatically selects the first matching suggested text as user continues to type. The keys up, down, page up, and page down may be used to select the desired text. Pressing the Enter key inserts the selected suggested text. Pressing the ESC key closes the helper.

Users may try to invoke the helper with pressing the combination of keys CTRL and Space in which event the text before the caret is checked to match one of the above criteria. User can quickly switch variables simply by placing the text cursor at it, pressing CTRL and Space and selecting the desired variable.

Command Auto-Completion
Command Auto-Completion