From 945d7db9fc742b3144754bcf227a669b37bbcb47 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 8 May 2012 08:41:16 +0000 Subject: Rewritten the autocompletion mechanism of CoqIDE, and stuffed it into the ScriptView widget. The autocompletion algorithm may be a bit too greedy, so there are tests to do on huge buffers to check whether it is too slow and therefore we should fine-tune it. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15282 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/wg_ScriptView.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ide/wg_ScriptView.mli') diff --git a/ide/wg_ScriptView.mli b/ide/wg_ScriptView.mli index bc738257c..a2024eeec 100644 --- a/ide/wg_ScriptView.mli +++ b/ide/wg_ScriptView.mli @@ -16,6 +16,8 @@ object method undo : unit -> bool method redo : unit -> bool method clear_undo : unit -> unit + method auto_complete : bool + method set_auto_complete : bool -> unit end val script_view : -- cgit v1.2.3