[gnome-text-editor] spellcheck: reduce delay before we check



commit 0cf2d65c855b1ececcc438730c14c25cabc114dc
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 28 19:10:24 2021 -0700

    spellcheck: reduce delay before we check

 src/editor-text-buffer-spell-adapter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/editor-text-buffer-spell-adapter.c b/src/editor-text-buffer-spell-adapter.c
index d975cb9..4ec0a53 100644
--- a/src/editor-text-buffer-spell-adapter.c
+++ b/src/editor-text-buffer-spell-adapter.c
@@ -28,7 +28,7 @@
 
 #define UNCHECKED          GSIZE_TO_POINTER(0)
 #define CHECKED            GSIZE_TO_POINTER(1)
-#define UPDATE_DELAY_MSECS 200
+#define UPDATE_DELAY_MSECS 100
 
 typedef struct
 {


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