From 945d7db9fc742b3144754bcf227a669b37bbcb47 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 8 May 2012 08:41:16 +0000 Subject: 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 --- ide/preferences.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'ide/preferences.mli') 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 -- cgit v1.2.3