Added tooltips on completions proposals

Change-Id: Ic22b99e25159edfa4977e13c98f334ce75809af7
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Sergey Shambir
2012-07-10 20:30:31 +04:00
committed by Eike Ziller
parent f43c02d12f
commit edabcb40fa
3 changed files with 21 additions and 4 deletions

View File

@@ -181,6 +181,11 @@ const char TEXT_SNIPPET_GROUP_ID[] = "Text";
const char GLOBAL_SETTINGS_ID[] = "Global";
/**
* Delay before tooltip will be shown near completion assistant proposal
*/
const unsigned COMPLETION_ASSIST_TOOLTIP_DELAY = 100;
} // namespace Constants
} // namespace TextEditor