|
|
|
@ -709,6 +709,59 @@
@@ -709,6 +709,59 @@
|
|
|
|
|
</ComplexCondition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/ServiceReferencesFolderNode"> |
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "Missing"> |
|
|
|
|
<MenuItem id = "RemoveMissing" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ExcludeFileFromProject"/> |
|
|
|
|
</Condition> |
|
|
|
|
<ComplexCondition> |
|
|
|
|
<Not> |
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "Missing"/> |
|
|
|
|
</Not> |
|
|
|
|
<MenuItem id = "Delete" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Delete}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
</ComplexCondition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/ServiceReferenceNode"> |
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "Missing"> |
|
|
|
|
<MenuItem id = "RemoveMissing" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ExcludeFileFromProject"/> |
|
|
|
|
</Condition> |
|
|
|
|
<ComplexCondition> |
|
|
|
|
<Not> |
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "Missing"/> |
|
|
|
|
</Not> |
|
|
|
|
<MenuItem id = "Delete" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Delete}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
<MenuItem id = "PropertiesSeparator" type = "Separator" /> |
|
|
|
|
<MenuItem id = "Properties" |
|
|
|
|
icon = "Icons.16x16.PropertiesIcon" |
|
|
|
|
label = "${res:XML.MainMenu.FormatMenu.ShowProperties}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ShowPropertiesForNode"/> |
|
|
|
|
</ComplexCondition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/ReferenceNode"> |
|
|
|
|
<MenuItem id = "RefreshReference" |
|
|
|
|
icon = "Icons.16x16.BrowserRefresh" |
|
|
|
|