diff options
| author | Emilio Jesus Gallego Arias | 2020-01-16 23:33:43 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-01-16 23:33:43 +0100 |
| commit | 0c86e644ef80824f45c5dff078fb3a7f58ec02a8 (patch) | |
| tree | 840a60500351a3beaee247e842f48103e3aea97b /ide/wg_ScriptView.mli | |
| parent | 404a24241e3ff89994aa48524d2b34dcb4773300 (diff) | |
| parent | 17df0e74a256b37107784c6caa3dc09a21a9a12a (diff) | |
Merge PR #11400: Use the GTK completion widget in CoqIDE
Reviewed-by: ejgallego
Reviewed-by: herbelin
Diffstat (limited to 'ide/wg_ScriptView.mli')
| -rw-r--r-- | ide/wg_ScriptView.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_ScriptView.mli b/ide/wg_ScriptView.mli index 91c8e758a5..4b6591e063 100644 --- a/ide/wg_ScriptView.mli +++ b/ide/wg_ScriptView.mli @@ -28,7 +28,7 @@ object method uncomment : unit -> unit method apply_unicode_binding : unit -> unit method recenter_insert : unit - method complete_popup : Wg_Completion.complete_popup + method proposal : string option end val script_view : Coq.coqtop -> |
