Actions: Right click a PackageNode in tree
I have an MPS action which has TreeNodes as its action context parameter.
Need to invoke this action by Right clicking a PackageNode of tree. ( For ex. Right click a virtual package in Project pane, we can find options like New, Paste, Delete, Rename options) . Need to invoke myaction also in the same way. What should be added in the action group(instead on View) to achieve this?
Please sign in to leave a comment.
@Nandha , try using "PackageActions"
You are looking for PackageActions
1) Test Action
2) Test Group
3) Available in virtual folders and packages

EDIT: Same outcome with "always visible = false"