#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
682 B

<AddIn name = "StringResourceToolAddIn"
author = "Daniel Grunwald"
description = "Provides a shortcut (Ctrl+Shift+R) to upload the selected text into the translation database">
<Manifest>
<Identity name="ICSharpCode.Internal.StringResourceToolAddIn" version="@StringResourceToolAddIn.dll"/>
</Manifest>
<Runtime>
<Import assembly = "StringResourceToolAddIn.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/Tools">
<MenuItem id = "StringResourceToolAddInCommand1"
label = "StringResourceToolAddIn"
shortcut = "Control|Shift|R"
class = "StringResourceToolAddIn.ToolCommand1"/>
</Path>
</AddIn>