[geany/geany] f5fe07: Merge pull request #1706 from b4n/document-items-tooltip
Colomban Wendling
git-noreply at xxxxx
Mon Dec 4 07:12:18 UTC 2017
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Mon, 04 Dec 2017 07:12:18 UTC
Commit: f5fe073586e8c6dc9b180a5a73d481b508f51f69
https://github.com/geany/geany/commit/f5fe073586e8c6dc9b180a5a73d481b508f51f69
Log Message:
-----------
Merge pull request #1706 from b4n/document-items-tooltip
Add a tooltip showing the full path on menu items representing documents
Modified Paths:
--------------
src/ui_utils.c
Modified: src/ui_utils.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -2940,6 +2940,7 @@ void ui_menu_add_document_items_sorted(GtkMenu *menu, GeanyDocument *active,
menu_item = gtk_image_menu_item_new_with_label(base_name);
image = gtk_image_new_from_gicon(doc->file_type->icon, GTK_ICON_SIZE_MENU);
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menu_item), image);
+ gtk_widget_set_tooltip_text(menu_item, DOC_FILENAME(doc));
gtk_widget_show(menu_item);
gtk_container_add(GTK_CONTAINER(menu), menu_item);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list