<p></p>
<p><b>@codebrainz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2550#discussion_r456734387">src/notebook.c</a>:</p>
<pre style='color:#555'>> @@ -509,6 +537,37 @@ static void show_tab_bar_popup_menu(GdkEventButton *event, GeanyDocument *doc)
        gtk_container_add(GTK_CONTAINER(menu), menu_item);
        g_signal_connect(menu_item, "activate", G_CALLBACK(on_close_all1_activate), NULL);
 
+       menu_item = gtk_separator_menu_item_new();
+       gtk_widget_show(menu_item);
+       gtk_container_add(GTK_CONTAINER(menu), menu_item);
+
+               menu_item = ui_image_menu_item_new(GTK_STOCK_PASTE, _("Copy _Basename to Clipboard"));
</pre>
<p>The only "issue" (nitpick) is the indentation looks funny here still (on Github), it's fixed in the above new functions since the recent edits.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2550#pullrequestreview-451021604">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZ7YUCPPJPAHRZHDLTR4D5R7ANCNFSM4O6VNGHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJYQ3EUBCLW3DZFLEITR4D5R7A5CNFSM4O6VNGH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODLRAWJA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2550#pullrequestreview-451021604",
"url": "https://github.com/geany/geany/pull/2550#pullrequestreview-451021604",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>