Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Run menu organizable #12617

Closed
wants to merge 2 commits into from

Conversation

donho
Copy link
Member

@donho donho commented Dec 8, 2022

This commit uses the same mechanism (8e85110) for organization of macro menu:
Add attribute FolderName="sub-menu name" in "Command" node to have the sub-menu.

This commit uses the same mechanism for organization of macro menu:
Add attribute `FolderName="sub-menu name"` in "Command" node to have the sub-menu.
@alankilborn
Copy link
Contributor

Amazing. Thank you for this work!

@donho donho closed this in f1e1f6b Dec 9, 2022
@donho donho deleted the run_menu_organization branch December 9, 2022 15:40
@vinsworldcom
Copy link

Beauty!!

image

@alankilborn
Copy link
Contributor

Is it possible to put a "separator" in the Run menu (in the region of the menu where the user-created commands are kept)?

@alankilborn
Copy link
Contributor

I didn't hear back about my "separator" question, so I thought I'd show a technique for creating a "mock separator":

<Command name="--------------------" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /c</Command>

will create:

image

For a more polished look to the separator:

<Command name="&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;&#x2014;" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /c</Command>

will create:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants