How to Add Action in Right Click Menu

Hi everyone,

I want to add action to right click menu on editor.

This menu:

forum.jpg


Also, I added same action(Create Log) to this menu: Is it possible to reach same action from two different menu?


forum2.jpg

0
4 comments

http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Action+System

Yes, it is possible to add the same action to multiple action groups.

-2
Avatar
Permanently deleted user

Thanks for reply. But I can't add an action to menu in the first picture.

Ok I did it: It's EditorPopupMenu.

6

can someone tell me how can i add a menu item to the 2nd picture here @... Would be great if you could help me here since you have already done it

0

Vikram Baliga21 you have to add to the “Project view popup menu”.

For example, below I have added “Fully Expand Tree Node” to right-click menu

0

Please sign in to leave a comment.