editing:auto_completion:hints

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
editing:auto_completion:hints [2015/02/12 05:08] nateediting:auto_completion:hints [2018/03/23 13:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Code Hints ====== ====== Code Hints ======
  
-Code Hints suggest the 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 accept the suggestion by Tab or Enter and editor will complete the rest of the 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> 
 + 
 +{{:auto_completion:code_hints.gif?500&nolink|Suggestion of statistical word}}
  
 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. 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.
  
-{{:auto_completion:code_hint1.png?nolink|Code Hints. Editor suggest suitable template}}+{{:auto_completion:code_hint1.png?500&nolink|Code Hints. Editor suggest suitable template}} 
 + 
 +The inverse tooltip indicates that editor has more than one suggestion.
  
-Inverse tooltip indicates that editor has more then one suggestion.+{{:auto_completion:code_hint2.png?500&nolink|Code Hints. The editor suggests keyword, the inverse color indicates that more than one suggestion available}}
  
-{{:auto_completion:code_hint2.png?nolink|Code HintsEditor suggest keyword, the inverse color indicates that more then one suggestion available}}+You can enable/disable the feature in [[options:code-completion:start|Options->Code Completion]].
  
-You can enable 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>