trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
133 stars 19 forks source link

Manage context menu actions #606

Closed trevorsandy closed 1 year ago

trevorsandy commented 2 years ago

Subject

Display context menu (right-click) actions in status bar and shortcut management dialogue. Enable what's this display for context menu items.

Environment

Version of LPub3D - 2.4.5 Operating system - All

Solution

Set the main window as context menu items parent so that the menu status text is displayed in the status bar when the mouse is hovering over the item.

All context menu items are now displayed in the shortcut management dialogue tab of the preferences dialogue.

Show the context menu item's 'what's this' text with its default shortcut Ctrl+F1.

Highlighted context menu action Screenshot - 25_11_2022 , 19_10_27

Enter Ctrl+F1 Screenshot - 25_11_2022 , 19_11_33

Note: This normal menu actions are not included. When you hover over a normal menu action, its description is displayed in the status bar.

Cheers,

trevorsandy commented 1 year ago

Implemented.

Cheers,