From c2d83dbb97a2a3090e1f3a1bf5a714bf5093dab9 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Sun, 5 May 2019 18:54:39 +0200 Subject: Adding an option to change the autocompletion delay. --- ide/wg_ScriptView.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'ide/wg_ScriptView.ml') diff --git a/ide/wg_ScriptView.ml b/ide/wg_ScriptView.ml index 098b09601f..b7a35d7e94 100644 --- a/ide/wg_ScriptView.ml +++ b/ide/wg_ScriptView.ml @@ -526,6 +526,7 @@ object (self) stick spaces_instead_of_tabs self self#set_insert_spaces_instead_of_tabs; stick tab_length self self#set_tab_width; stick auto_complete self self#set_auto_complete; + stick auto_complete_delay self (fun d -> self#completion#set_auto_complete_delay d); let cb ft = self#misc#modify_font (GPango.font_description_from_string ft) in stick text_font self cb; -- cgit v1.2.3