|
Typing Completion
Some of the clumsiness of the first implementation of typing completion has been
reduced. For example, typing completion
- is inactive when the cursor is within a comment,
- is only active when the cursor is at the end of a word.
To "cull" the number of completions most scripts will now only display the popup
menu when a word consists of at least 3 characters. Completion
is activated by the "tab" key instead of the "enter" or "return" keys.
|