[gnome-builder] xml-highlighter: this is fast enough to do more often



commit 70e456744f2bb2a3d63c09ca07f5536145d2bc3d
Author: Christian Hergert <christian hergert me>
Date:   Mon May 11 15:10:35 2015 -0700

    xml-highlighter: this is fast enough to do more often
    
    We basically want to hover around the key-repeat rate. 25 is smack in
    between the defaults for delay and delay-repeat.

 libide/xml/ide-xml-highlighter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/xml/ide-xml-highlighter.c b/libide/xml/ide-xml-highlighter.c
index 3c523c7..6bb648c 100644
--- a/libide/xml/ide-xml-highlighter.c
+++ b/libide/xml/ide-xml-highlighter.c
@@ -24,7 +24,7 @@
 #include "ide-xml.h"
 #include "ide-highlight-engine.h"
 
-#define HIGHLIGH_TIMEOUT_MSEC    250
+#define HIGHLIGH_TIMEOUT_MSEC    25
 #define XML_TAG_MATCH_STYLE_NAME "xml:tag-match"
 
 struct _IdeXmlHighlighter


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]