Keyboard shortcut for autosuggestion

Started by knn, August 01, 2010, 10:26:22 PM

Previous topic - Next topic

knn

When I type something then sometimes the autosuggestion (auto autocompletion) box pops up above the text. Can I set the accept shortcut somewhere (instead of <return>)?

alex

If you mean Code Hint tooltip (windows that is sometimes yellow sometimes black) than, choice is not big.
This one of the functions with hard-coded shortcut. You can accept it or with Enter or with Tab.
But if it would be enough to only disable <enter> but leave tab, there is already solution or here.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

knn

Quote from: alex on August 02, 2010, 12:51:57 AM
If you mean Code Hint tooltip (windows that is sometimes yellow sometimes black) than, choice is not big.
This one of the functions with hard-coded shortcut. You can accept it or with Enter or with Tab.
But if it would be enough to only disable <enter> but leave tab, there is already solution or here.


Aaaah,  editing "settings.xml" worked like a charm
<XMLConfigSettings>
<Code_Completion>
<CodeHintAgreeByReturn>false</CodeHintAgreeByReturn>
</Code_Completion>
</XMLConfigSettings>