diff options
| author | Pierre-Marie Pédrot | 2019-03-22 11:44:53 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-03-22 11:44:53 +0100 |
| commit | 1d68c24736b4cf68ac0c2f70122e3f3d28f0e876 (patch) | |
| tree | a127ea878af8c0232b1fe80901b20ffa82baca3b /ide/wg_ScriptView.mli | |
| parent | 582d92dfd7a3f8fe5cb2bbf24c2f1e200a479053 (diff) | |
| parent | 4298d6c15c425fd66e9673dee3fa27a3e9caafc9 (diff) | |
Merge PR #8560: Unicode bindings for CoqIDE that works out of the box
Reviewed-by: Zimmi48
Ack-by: charguer
Reviewed-by: gares
Reviewed-by: ppedrot
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 ef7e92ff38..a2e341c128 100644 --- a/ide/wg_ScriptView.mli +++ b/ide/wg_ScriptView.mli @@ -26,6 +26,7 @@ object method set_show_right_margin : bool -> unit method comment : unit -> unit method uncomment : unit -> unit + method apply_unicode_binding : unit -> unit method recenter_insert : unit method complete_popup : Wg_Completion.complete_popup end |
