aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.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/preferences.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/preferences.mli')
-rw-r--r--ide/preferences.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index 7a5e73570..3003715f6 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -87,10 +87,8 @@ val current : pref
val configure : ?apply:(unit -> unit) -> unit -> unit
(* Hooks *)
-val refresh_font_hook : (unit -> unit) ref
val refresh_editor_hook : (unit -> unit) ref
val refresh_style_hook : (unit -> unit) ref
-val refresh_background_color_hook : (unit -> unit) ref
val refresh_toolbar_hook : (unit -> unit) ref
val resize_window_hook : (unit -> unit) ref
val refresh_tabs_hook : (unit -> unit) ref