forked from qt-creator/qt-creator
Editor: Animate automatic completed text.
This gives a clear hint that something has changed. And gets the attention of the author in the case he didn't expect some kind of automatic brace or quote completion. Change-Id: I33e383db9a1e797ecb285a407e46671f41be7051 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -42,6 +42,7 @@ const char *nameForStyle(TextStyle style)
|
||||
case C_SEARCH_SCOPE: return "SearchScope";
|
||||
case C_PARENTHESES: return "Parentheses";
|
||||
case C_PARENTHESES_MISMATCH:return "ParenthesesMismatch";
|
||||
case C_AUTOCOMPLETE: return "AutoComplete";
|
||||
case C_CURRENT_LINE: return "CurrentLine";
|
||||
case C_CURRENT_LINE_NUMBER: return "CurrentLineNumber";
|
||||
case C_OCCURRENCES: return "Occurrences";
|
||||
|
||||
Reference in New Issue
Block a user