All Manuals > LispWorks IDE User Guide > 3 Common Features > 3.14 Completion > 3.14.2 Selecting the completed input

NextPrevUpTopContentsIndex

3.14.2.1 In-place completion

In-place completion presents the choice of complete inputs in a special non-modal window. Example in-place completion window below shows this in the context of the editor command Complete Symbol .

Figure 3.11 Example in-place completion window

While this window is visible, most keyboard gestures such as unmodified alphanumeric and punctuation keys are processed as ordinary input, adding to your partial input. This reduces the number of possible completions. Conversely, deleting part of your input will increase the number of possible completions.

You can navigate the choice with Up and Down and you can select the desired completion at any time with Return or double-click. To cancel the attempt to complete, press Escape .


LispWorks IDE User Guide (Unix version) - 25 Nov 2011

NextPrevUpTopContentsIndex