| Next revision | Previous revision |
| options:code-completion:start [2014/02/09 01:50] – external edit 127.0.0.1 | options:code-completion:start [2018/03/22 19:29] (current) – external edit 127.0.0.1 |
|---|
| * **[[view:scope|Current scope]]** - keep current braces, current scope tags and [[view:scope|current outlining area]] always highlighted | * **[[view:scope|Current scope]]** - keep current braces, current scope tags and [[view:scope|current outlining area]] always highlighted |
| * **[[view:smart_highlight|Smart Highlight]]** - highlight occurrences of the current word in surrounding text on Ctrl + left mouse click | * **[[view:smart_highlight|Smart Highlight]]** - highlight occurrences of the current word in surrounding text on Ctrl + left mouse click |
| * **Auto Smart Highlight** - [[view:smart_highlight|Smart Highlight]] called automatically as far as you stay on some word, without need in explicit function as Ctrl + left click or shortcut. | * **Auto Smart Highlight** - [[view:smart_highlight|Smart Highlight]] called automatically as far as you stay on some word, without need in explicit function as Ctrl + left click or shortcut. Be aware, this feature works only for "source code" (all syntaxes inherited from //Default Source//). It will not work in comments sections, in plain text files, or XML/HTML (while this syntaxes not inherited from //Default Source//). |
| * **[[view:matching|Matching Braces]]** - highlights matching brace pair ( {,[,( ) when cursor moved to one of braces.For color settings, check //Matching Braces// color | * **[[view:matching|Matching Braces]]** - highlights matching brace pair ( {,[,( ) when cursor moved to one of braces.For color settings, check //Matching Braces// color |
| * **Matching Scope** - temporary highlights scope between braces, when one of braces closed. For color settings, check //[[options:syntax:font_and_colors|Matching Braces color]]// | * **Matching Scope** - temporary highlights scope between braces, when one of braces closed. For color settings, check //[[options:syntax:font_and_colors|Matching Braces color]]// |
| ===== Code Hints ===== | ===== Code Hints ===== |
| * **Enable [[editing:auto_completion:hints|Code Hints]]** - enables displaying of [[editing:auto_completion:hints|Code Hints]] when you type. | * **Enable [[editing:auto_completion:hints|Code Hints]]** - enables displaying of [[editing:auto_completion:hints|Code Hints]] when you type. |
| * **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 //HippoEDIT// if you have already typed //HippoE// and you N defined as 4 -> only 3 chars left and can be saved by code hint. | * **Suggest Completion when saving N char** - Code Hint will be only then shown if it saves typing of N chars. For example, it will not be shown for word //HippoEDIT// if you have already typed //HippoE// and you N defined as 4 -> only 3 chars left and can be saved by code hint. |
| * **Suggest completions only after typed** - Code Hint will be shown only after you have already typed N chars. So for //HippoEDIT//, Code Hint will be shown after you have already typed //Hi//, if you N equal 2. | * **Suggest completions only after typed** - Code Hint will be shown only after you have already typed N chars. So for //HippoEDIT//, Code Hint will be shown after you have already typed //Hi// if you N equal 2. |
| * **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 ===== |
| To simplify usage of the templates for standard language construction, HippoEDIT can automatically create code templates from style definitions and scope tags (when this makes sense). | To simplify usage of the templates for standard language construction, HippoEDIT can automatically create code templates from style definitions and scope tags (when this makes sense). |
| |
| 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:styles|Style definitions]]// flag tells editor to automatically generate code templates for syntax, from style definitions of this syntax. | //From [[syntax:styles|Style definitions]]// flag tells editor to automatically generate code templates for syntax, from style definitions of this syntax. |