diff options
| author | ppedrot | 2013-02-20 15:49:13 +0000 |
|---|---|---|
| committer | ppedrot | 2013-02-20 15:49:13 +0000 |
| commit | 209ec7628f7d64cac76f0edae5ca2be4c952ced5 (patch) | |
| tree | 16a3131691b2b415fa83da7afbb9937300cea6d6 /ide/wg_ScriptView.mli | |
| parent | 62a474168c3416777138615c469560fcb85b86fc (diff) | |
CoqIDE: Including autocompletion in word proposals
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16227 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/wg_ScriptView.mli')
| -rw-r--r-- | ide/wg_ScriptView.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/wg_ScriptView.mli b/ide/wg_ScriptView.mli index 4dabe6f332..d725f8782f 100644 --- a/ide/wg_ScriptView.mli +++ b/ide/wg_ScriptView.mli @@ -25,6 +25,7 @@ object method comment : unit -> unit method uncomment : unit -> unit method recenter_insert : unit + method complete_popup : Wg_Completion.complete_popup end val script_view : Coq.coqtop -> |
