I've got two remarks:
- the Addons plugin already has a similar feature 
(https://plugins.geany.org/addons.html#copy-file-path). The functionality is a 
menu item in the `Tools` instead of the notebook tab menu but additionally 
provides a keyboard shortcut.
- since this PR would add three additional menu items to the menu and this 
almost doubles the alway fixed menu items, I think this should be configurable 
or reduce it to just copying the file path (as in the Addons plugin)

Since the implementation in the Addons plugin and this PR are quite similar but 
in detail also different, I suggest to merge them and have *one* implementation 
of this feature.
Maybe it's worth to extract the feature from the Addons plugin and make it a 
seperate, stand-alone plugin instead.
I don't know how easy it would be to access the notetook tab menu from the 
plugin API but I guess it is possible or we just extend the API if necessary. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2550#issuecomment-660448482

Reply via email to