[gnome-builder] xml-highlighter: adjust delay timeout



commit c32836dd8069f1f83b2d8a7eeb9299aa4dd4d532
Author: Christian Hergert <christian hergert me>
Date:   Mon May 11 15:42:09 2015 -0700

    xml-highlighter: adjust delay timeout
    
    Okay, so we need to be just a bit slower to avoid slowing things down
    during spurious movements on large files.

 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 6bb648c..f5e7694 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    25
+#define HIGHLIGH_TIMEOUT_MSEC    35
 #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]