Encouraged by Erb's GoToHack plugin, I've created the plugin that removes clipboard actions from the editor's popup menu. Hope it will be useful for those who like me found these actions annoying right at the top of the popup menu
-- EugeneZhuravlev - 02 Jun 2002
Just updated it for the API changes. Had a mysterious problem
with it until I realized the "&" in the plugin description
was messing up the XML parser. Hmm.
-- ErbC - 05 Jul 2002
And once again for #635.
-- ErbC - 15 Jul 2002
I would even suggest that we may want to completely disable the Copy action for code. That would somehow discourage from Copy/Paste programming. Since IntelliJIDEA is pretty good for quick coding, the copy action won't likely to be a big loss.
-- KirillKalishev