[latexila] Show interactive completion window (almost) instantly
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Show interactive completion window (almost) instantly
- Date: Sat, 16 Mar 2013 21:08:11 +0000 (UTC)
commit 61f2ac5645749e804dc652d57d2793552d6b7b39
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Mar 16 19:00:41 2013 +0100
Show interactive completion window (almost) instantly
src/document_view.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/document_view.vala b/src/document_view.vala
index a79a54c..6e759d2 100644
--- a/src/document_view.vala
+++ b/src/document_view.vala
@@ -64,6 +64,7 @@ public class DocumentView : Gtk.SourceView
completion.add_provider (provider);
completion.remember_info_visibility = true;
completion.show_headers = false;
+ completion.auto_complete_delay = 0;
hide_completion_calltip_when_needed ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]