|
|
|
@ -42,6 +42,14 @@ |
|
|
|
class = "ICSharpCode.AvalonEdit.AddIn.TextMarkerToolTipProvider"/> |
|
|
|
class = "ICSharpCode.AvalonEdit.AddIn.TextMarkerToolTipProvider"/> |
|
|
|
</Path> |
|
|
|
</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"> |
|
|
|
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu"> |
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor"> |
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor"> |
|
|
|
@ -64,6 +72,16 @@ |
|
|
|
</Condition> |
|
|
|
</Condition> |
|
|
|
</Path> |
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Workbench/MainMenu/Edit/Insert"> |
|
|
|
|
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor" action="Disable"> |
|
|
|
|
|
|
|
<MenuItem id = "Separator1" type = "Separator"/> |
|
|
|
|
|
|
|
<MenuItem id = "ClipboardRing" |
|
|
|
|
|
|
|
label = "${res:SharpDevelop.Refactoring.ClipboardRingCommand}" |
|
|
|
|
|
|
|
shortcut = "Ctrl+Shift+V" |
|
|
|
|
|
|
|
class = "ICSharpCode.AvalonEdit.AddIn.ContextActions.ClipboardRing"/> |
|
|
|
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Workbench/MainMenu/Edit/Format"> |
|
|
|
<Path name = "/SharpDevelop/Workbench/MainMenu/Edit/Format"> |
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor" action="Disable"> |
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditor" action="Disable"> |
|
|
|
<MenuItem id = "RemoveLeadingWs" |
|
|
|
<MenuItem id = "RemoveLeadingWs" |
|
|
|
|