What's Changed
- Added basic workspace context menu API by @ManlyMarco in #110
- You can now right click on any tree node in the Workspace studio window to get a list of commands
- Use
StudioContextMenus.AddWorkspaceContextMenuItemto add new items from other plugins - Supports custom item drawing making stuff like checkboxes possible
- Submenus are not supported yet but can be added if someone's plugin needs it (probably by adding a new kind of GlobalContextMenu.Entry)
- Added StudioAPI.GetSelectedTreeNodes method and TreeNodeObject.Flatten extension method by @ManlyMarco in 2edabae
- Use custom GUI skin in global context menus by @ManlyMarco in 5338bc9
Full Changelog: v1.46.1...v1.47
Preview of the context menu
This screenshot includes only items that are included by default. Other plugins will add their own items to this list.
