[latexila] Completion: disable accelerators (Alt + 1, Alt + 2, etc)
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Completion: disable accelerators (Alt + 1, Alt + 2, etc)
- Date: Wed, 11 Sep 2013 19:33:55 +0000 (UTC)
commit ff382e0b956bbcdf9cdd8bd692ecbb4784a4ef6d
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Aug 21 18:39:19 2013 +0200
Completion: disable accelerators (Alt + 1, Alt + 2, etc)
They don't work, anyway, since Alt + N is already used in the Documents
menu.
And with the compact completion window, when "No matching proposal" is
displayed, the "1" on the right is a bit strange.
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 75f3a6d..c54b71f 100644
--- a/src/document_view.vala
+++ b/src/document_view.vala
@@ -65,6 +65,7 @@ public class DocumentView : Gtk.SourceView
completion.remember_info_visibility = true;
completion.show_headers = false;
completion.auto_complete_delay = 0;
+ completion.accelerators = 0;
hide_completion_calltip_when_needed ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]