Separating "Rename" and "Suppres" #487
Replies: 1 comment
-
//modifier position supprimer modify ( find="Supprimer" pos=indexof("Propriétés", 1)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SOLVED by using indexof
//modifier position supprimer
modify ( find="Supprimer" pos=indexof("Propriétés", 1))
Hello ! How to I move one or the other option ? Suppress is too close from "rename" for my taste. When moving "suppres" to a sub menu, it doesn't do multiple suppress. When I select various files, my sub-menu disappear. Can I change position of these components ? POS parameter isn't clear for me. Tks.
here is my sub-menu in my personal file perso.nss
//menu supprimer
menu(title="Supprimer" pos="5" sep=before image=\uE1DE)
{
Here is what I modify in modify.nss
//modifier position supprimer
modify(find=' "Supprimer" ' menu='Supprimer')
It work for ONE file
It crash for multiple files
It would be easiest to just change position of "suppress" no ?
Beta Was this translation helpful? Give feedback.
All reactions