Browse Source

fix #344: Shortcut Ctrl+Shift+V is duplicate; remove shortcut from "Validate XML" command

pull/343/merge
Siegfried Pammer 12 years ago
parent
commit
be93c8d1f2
  1. 3
      src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin

3
src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin

@ -103,8 +103,7 @@
class="ICSharpCode.XmlEditor.CreateSchemaCommand"/> class="ICSharpCode.XmlEditor.CreateSchemaCommand"/>
<MenuItem id="ValidateXml" <MenuItem id="ValidateXml"
label="${res:ICSharpCode.XmlEditor.ValidateXmlMenuLabel}" label="${res:ICSharpCode.XmlEditor.ValidateXmlMenuLabel}"
class="ICSharpCode.XmlEditor.ValidateXmlCommand" class="ICSharpCode.XmlEditor.ValidateXmlCommand"/>
shortcut="Control|Shift|V"/>
<MenuItem id="GoToDefinition" <MenuItem id="GoToDefinition"
label="${res:ICSharpCode.NAntAddIn.GotoDefinitionMenuLabel}" label="${res:ICSharpCode.NAntAddIn.GotoDefinitionMenuLabel}"
class="ICSharpCode.XmlEditor.GoToSchemaDefinitionCommand"/> class="ICSharpCode.XmlEditor.GoToSchemaDefinitionCommand"/>

Loading…
Cancel
Save