[latexila/wip/latexila-next: 7/7] Completion: disable accelerators (Alt + 1, Alt + 2, etc)



commit 32e4f04e1452f7b8ebde3e5dc6468083a54457cc
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]