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?




2
2 comments
Avatar
Permanently deleted user

@Nandha , try using "PackageActions" 

1

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"

 

2

Please sign in to leave a comment.