This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit ac7559ddac213a3a2e1c0d5053aa78452e87d190
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Fri Jul 26 19:09:34 2024 +0100
add comments for a more proepr icon right click menu
---
src/efm/efm_util.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/src/efm/efm_util.c b/src/efm/efm_util.c
index 1a11830..54ca5e2 100644
--- a/src/efm/efm_util.c
+++ b/src/efm/efm_util.c
@@ -1173,6 +1173,35 @@ _cb_icon_mouse_up(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
Eina_Strbuf *icbuf;
const char *icstr;
+ // XXX: right click icon menu.... should have
+ // (if num selected > 0) Open
+ // (if dir) Open new win (or same win depending on cfg)
+ // (if num selected > 0) Open with -> list mime desktops + Other...
+ // Actions -> list of desktops that have actions for this mime
+ // ---
+ // (if can werite) Cut
+ // Copy
+ // (if can write) Paste
+ // Copy path
+ // ---
+ // Seklect all / none
+ // ---
+ // (if can write) Trash
+ // (if can write) Delete
+ // ---
+ // (if can write) Rename
+ // ---
+ // Properties
+ // ---
+ // View mode -> list of efnm view modes if can change
+ // Sort -> list of sort modes/flags if can change
+ // (if can change) View Settings
+ // ---
+ // Refresh View
+ // ---
+ // (if can write) New Dir
+ // (if view win) Close view
+
printf("XXX: right mouse\n");
icbuf = eina_strbuf_new();
m1 = _efm_menu_add("Submenu", "std:mail-reply-all");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.