How to use RemoveEditorPopupMenuActions plugin? Permanently deleted user Created March 13, 2004 06:13 No doc for it?
Just put it in "plugins" directory.
All it does is removing "cut", "copy" and "paste" actions from the top of editor popup list.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"ioat" <no_mail@jetbrains.com> wrote in message news:11828383.1079158425095.JavaMail.itn@is.intellij.net...
The plugin's home page is at:
http://www.intellij.org/twiki/bin/view/Main/RemoveEditorPopupMenuActions
There's a README file in the zip that explains how to use it.
I think you're referring to your RemoveClipboardActions plugin:
http://www.intellij.org/twiki/bin/view/Main/RemoveClipboardActions
Thanks, I got it.
Oops, sorry, indeed :)
"Chris Bartley" <no_mail@jetbrains.com> wrote in message news:945033.1079458028008.JavaMail.itn@is.intellij.net...
>
>
>
Hi Chris
Thanks for the hints in your plugin code for how to remove an action from the IDEA menu's.
I have added this as a new feature to my plugin to remove it from the menu's as someone in the community requested this feature.
/Claus