Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| options:code-completion:start [2016/04/28 01:33] – [Display] admin | options:code-completion:start [2018/03/22 19:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Code Hints ===== | ===== Code Hints ===== | ||
| * **Enable [[editing: | * **Enable [[editing: | ||
| - | * **Suggest Completion when save N char** - Code Hint will be only than shown, if it saves typing of N chars. For example it will not be shown for word // | + | * **Suggest Completion when saving |
| - | * **Suggest completions only after typed** - Code Hint will be shown only after you have already typed N chars. So for // | + | * **Suggest completions only after typed** - Code Hint will be shown only after you have already typed N chars. So for // |
| - | * **Auto Hide tooltips after N msec** - Code Hint ToolTip will be be hidden after N milliseconds, if you have not consumed it (agree on it). | + | * **Auto Hide tooltips after N msec** - Code Hint ToolTip will be hidden after N milliseconds if you have not consumed it (agree on it). |
| ===== Quick Info ===== | ===== Quick Info ===== | ||
| Line 22: | Line 22: | ||
| To simplify usage of the templates for standard language construction, | To simplify usage of the templates for standard language construction, | ||
| - | Auto Templates are shown in the list of the templates for syntax, but not saved until changed. As far user has changed description or text for auto template, it would be converted into user template and saved. | + | Auto Templates are shown in the list of the templates for syntax, but not saved until changed. As far the user has changed description or text for the auto template, it would be converted into user template and saved. |
| - | User template has priority over auto templates, and so, auto template would not be created, if user template with same key already exists. | + | User template has priority over auto templates, and so, the auto template would not be created, if user template with the same key already exists. |
| ==== From Style definitions ==== | ==== From Style definitions ==== | ||
| //From [[syntax: | //From [[syntax: | ||