| Summary: | Error dialog appears when selecting New Signature on folder or project. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | ericfu.ca |
| Component: | WTP Incubator | Assignee: | Project Inbox <wtp.inc.xmlsecurity-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | David Williams <david_williams> |
| Severity: | normal | ||
| Priority: | P3 | CC: | info |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
ericfu.ca
I can provide a patch of plugin.xml soon. Due to company policy, I cannot provide the patch directly. But I will provide idea on how to do this. Basic idea is to made XML Security context menu only show up when a file is selected. For popup menu contribution in plugin.xml, add an extra condition within <and>, With variable "selection", count value should equals = "1", and file must be of instance IFile: <iterate> <instanceof value="org.eclipse.core.resources.IFile"/></iterate> Dominik, please make this change. Fixed. XML Security context menu is now only available if one xml file is selected in one of the views. |