aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_ScriptView.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-08 08:41:16 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-08 08:41:16 +0000
commit945d7db9fc742b3144754bcf227a669b37bbcb47 (patch)
treeb3d83d25e4b09e15ab3b681a175eecfa8d17b4b3 /ide/wg_ScriptView.mli
parent349c6ecc1d2a63bc7b45fda3093890a3565a80d1 (diff)
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
Diffstat (limited to 'ide/wg_ScriptView.mli')
-rw-r--r--ide/wg_ScriptView.mli2
1 files changed, 2 insertions, 0 deletions
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 :