Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Help about code #799

Unanswered
oldsadowl asked this question in Q&A
Discussion options

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')
}
2026年02月20日 10 48 35 Thanks a lot in advance
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /