aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ide.mllib
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/ide.mllib
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/ide.mllib')
-rw-r--r--ide/ide.mllib2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ide.mllib b/ide/ide.mllib
index c2df9bf47..3d8b82bdd 100644
--- a/ide/ide.mllib
+++ b/ide/ide.mllib
@@ -16,10 +16,10 @@ Utf8_convert
Preferences
Project_file
Ideutils
+Gtk_parsing
Ideproof
Wg_ScriptView
Coq_lex
-Gtk_parsing
Coq
Coq_commands
Wg_Command