|
|
|
@ -42,26 +42,6 @@
@@ -42,26 +42,6 @@
|
|
|
|
|
class = "ICSharpCode.AvalonEdit.AddIn.TextMarkerToolTipProvider"/> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu"> |
|
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor"> |
|
|
|
|
<Include id="ClipboardRing" |
|
|
|
|
insertafter="Delete" |
|
|
|
|
item="/SharpDevelop/Workbench/MainMenu/Edit/Insert/ClipboardRing" /> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu"> |
|
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor"> |
|
|
|
|
<MenuItem id = "SaveWithEncoding" |
|
|
|
|
label = "${res:XML.MainMenu.FileMenu.SaveWithEncoding}" |
|
|
|
|
insertafter="SaveAs" |
|
|
|
|
insertbefore="CloseFile" |
|
|
|
|
class = "ICSharpCode.AvalonEdit.AddIn.Commands.SaveFileWithEncoding"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Workbench/MainMenu/File"> |
|
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor" action="Disable"> |
|
|
|
|
<MenuItem id = "SaveWithEncoding" |
|
|
|
|