i need to add some action before compare with editor action on right click of project/file i am not able to get the group id for the same . Can someone give me a pointer about it.
y> i need to add some action before compare with editor action on right y> click y> of project/file y> i am not able to get the group id for the same . Can someone give me y> a pointer about it.
The action by itself does not have any group ID; its action ID is CompareFileWithEditor. The group ID of the Project View popup menu is ProjectViewPopupMenu.
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com "Develop with pleasure!"
Hello yuvraj,
y> i need to add some action before compare with editor action on right
y> click
y> of project/file
y> i am not able to get the group id for the same . Can someone give me
y> a pointer about it.
The action by itself does not have any group ID; its action ID is CompareFileWithEditor.
The group ID of the Project View popup menu is ProjectViewPopupMenu.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"