| Next revision | Previous revision |
| editing:auto_completion:hints [2014/02/09 01:50] – external edit 127.0.0.1 | editing:auto_completion:hints [2018/03/23 13:19] (current) – external edit 127.0.0.1 |
|---|
| ====== Code Hints ====== | ====== Code Hints ====== |
| |
| Code Hints suggest you best guess from editor. Suggestion takes into account existing User Templates, [[options:formatting:auto-correction|Auto Correction]] data, keywords from dictionary and statistical data collected by editor engine during your typing.\\ | Code Hints suggest the best guess from editor. Suggestion takes into account existing [[options:syntax:code-templates|code templates]], [[options:formatting:auto-correction|auto correction data]], keywords from dictionary and statistical data collected by editor from exsisting text and when your type new text. |
| The best guess calculation is programming language and context dependent.\\ | |
| |
| You can agree on suggestion by Tab or Enter and editor would complete rest of word for you. | The best guess calculation is syntax and context dependent. |
| |
| {{:auto_completion:code_hints.gif?nolink|Suggestion of statistical word}} | You can accept the suggestion by Tab or Enter and editor will complete the rest of the word/template for you. |
| | <note tip>You can disable Enter or Tab to be used for accepting by corresponding [[options:xml:code-hint-agree-by-return|XML flag]].</note> |
| |
| If you type code template key, HippoEDIT will show you [[:editing:auto_completion:templates|Code Template]] description and will [[:editing:auto_completion:templates|Code Template]] text if you accept hint. | {{:auto_completion:code_hints.gif?500&nolink|Suggestion of statistical word}} |
| |
| {{:auto_completion:code_hint1.png?nolink|Code Hints. Editor suggest suitable template}} | If you type a code template key, HippoEDIT will show you the [[:editing:auto_completion:templates|Code Template]] description and will enter the text if you accept the hint. |
| |
| Inverse tooltip indicates that editor has more then one suggestion. | {{:auto_completion:code_hint1.png?500&nolink|Code Hints. Editor suggest suitable template}} |
| |
| {{:auto_completion:code_hint2.png?nolink|Code Hints. Editor suggest keyword, the inverse color indicates that more then one suggestion available}} | The inverse tooltip indicates that editor has more than one suggestion. |
| |
| You can enable the feature in [[options:code-completion:start|Options->Code Completion]]. | {{:auto_completion:code_hint2.png?500&nolink|Code Hints. The editor suggests keyword, the inverse color indicates that more than one suggestion available}} |
| | |
| | You can enable/disable the feature in [[options:code-completion:start|Options->Code Completion]]. |
| | |
| | <note tip>You can control what will be [[options:xml:code-hint-options|shown in code hints with XML flags]].</note> |