Fix document sensitivity of a few menu items
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5925 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
534ad583ea
commit
8b92d08908
@ -1,3 +1,9 @@
|
||||
2011-09-16 Colomban Wendling <colomban(at)geany(dot)org>
|
||||
|
||||
* src/ui_utils.c:
|
||||
Fix document sensitivity of a few menu items.
|
||||
|
||||
|
||||
2011-09-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* src/interface.c, geany.glade:
|
||||
|
@ -720,6 +720,7 @@ static void init_document_widgets(void)
|
||||
add_doc_widget("menu_reload_as1");
|
||||
add_doc_widget("menu_select_all1");
|
||||
add_doc_widget("insert_date1");
|
||||
add_doc_widget("insert_alternative_white_space1");
|
||||
add_doc_widget("menu_format1");
|
||||
add_doc_widget("commands2");
|
||||
add_doc_widget("menu_open_selected_file1");
|
||||
@ -727,14 +728,18 @@ static void init_document_widgets(void)
|
||||
add_doc_widget("find1");
|
||||
add_doc_widget("find_next1");
|
||||
add_doc_widget("find_previous1");
|
||||
add_doc_widget("go_to_next_marker1");
|
||||
add_doc_widget("go_to_previous_marker1");
|
||||
add_doc_widget("replace1");
|
||||
add_doc_widget("find_nextsel1");
|
||||
add_doc_widget("find_prevsel1");
|
||||
add_doc_widget("find_usage1");
|
||||
add_doc_widget("find_document_usage1");
|
||||
add_doc_widget("mark_all1");
|
||||
add_doc_widget("go_to_line1");
|
||||
add_doc_widget("goto_tag_definition1");
|
||||
add_doc_widget("goto_tag_declaration1");
|
||||
add_doc_widget("reset_indentation1");
|
||||
add_doc_toolitem("Close");
|
||||
add_doc_toolitem("CloseAll");
|
||||
add_doc_toolitem("Search");
|
||||
|
Loading…
x
Reference in New Issue
Block a user