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:
David Schulz
2016-04-28 12:51:34 +02:00
parent e108d6fe48
commit d21cd57e13
13 changed files with 101 additions and 17 deletions

View File

@@ -40,6 +40,7 @@ enum TextStyle : quint8 {
C_SEARCH_SCOPE,
C_PARENTHESES,
C_PARENTHESES_MISMATCH,
C_AUTOCOMPLETE,
C_CURRENT_LINE,
C_CURRENT_LINE_NUMBER,
C_OCCURRENCES,