Kaydet (Commit) 119a256c authored tarafından Nick Treleaven's avatar Nick Treleaven

Add drop-down recent files menu to Open toolbar button.

Align quit toolbar button on the right.
Move Colour Chooser, Word Count to Tools menu.
Reorder Format, add Indent icons, edit Remove Indicators items.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@907 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst df64d0a5
2006-10-20 Nick Treleaven <nick.treleaven@btinternet.com>
* src/interface.c, src/main.c, geany.glade:
Add drop-down recent files menu to Open toolbar button.
Align quit toolbar button on the right.
Move Colour Chooser, Word Count to Tools menu.
Reorder Format, add Indent icons, edit Remove Indicators items.
2006-10-19 Nick Treleaven <nick.treleaven@btinternet.com>
* src/build.c, src/about.c, src/dialogs.c:
......
This diff is collapsed.
This diff is collapsed.
......@@ -203,8 +203,12 @@ static void apply_settings(void)
lookup_widget(app->window, "menu_use_auto_indention1")), app->pref_editor_use_auto_indention);
app->ignore_callback = FALSE;
// connect the toolbar dropdown menus
gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(
lookup_widget(app->window, "menutoolbutton1")), app->new_file_menu);
gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(
lookup_widget(app->window, "toolbutton9")),
lookup_widget(app->window, "recent_files1_menu"));
// set the tab placements of the notebooks
gtk_notebook_set_tab_pos(GTK_NOTEBOOK(app->notebook), app->tab_pos_editor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment