-
-
Notifications
You must be signed in to change notification settings - Fork 242
Help about code
#799
-
I made a change to a menu I created to include an item (see attached image which illustrates what happens when you right-click on a .doc file), but the item doesn't appear.
The log doesn't report any errors, and I don't know what to do to get what I want.
Can you please help?
This is my menu code:
menu(type='file|' mode="multiple" title='&Editors' sep=sep.bottom image=\uE1BD)
{
item(type='file' mode="single" title='Notepad++' image cmd='C:\PNI\Notepad++\notepad++.exe' args='"@sel.path"')
separator
item(type='file' mode="single" title='Windows notepad' image cmd='@sys.bin\notepad.exe' args='"@sel.path"')
separator
item(type='file' mode="single" title='Notepad2' image cmd='C:\PNI\Notepad2\notepad2.exe' args='"@sel.path"')
separator
item(type='file' mode="single" title='Word' image cmd='C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE' args='"@sel.path"')
separator
item(type='file' mode="single" title='Writer' image cmd='C:\Program Files\LibreOffice\program\swriter.exe' args='"@sel.path"')
separator
modify(find='Modifica' menu='Modifica')
}
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment