Last active
May 18, 2018 13:09
-
-
Save fushnisoft/d4c364c115459f51aa8901710a0a5e77 to your computer and use it in GitHub Desktop.
Save this xml to a file (clarionhub.addin) in %cwroot%\accessory\addins\ and you will have a clarionhub link in your IDE menu!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AddIn name = "ClarionHubMenu" | |
author = "ClarionHub" | |
url = "http://clarionhub.com" | |
copyright = "" | |
description = ""> | |
<Manifest> | |
<Identity name="ClarionHubMenu.Addin" version="1.0"/> | |
<Dependency addin = "SharpDevelop" version = "2.1"/> | |
</Manifest> | |
<Path name = "/SharpDevelop/Workbench/MainMenu/Help"> | |
<MenuItem id = "SeparatorAccessory1" type = "Separator" insertbefore = "About"/> | |
<MenuItem id = "ClarionHubMenuItem" | |
icon = "Icons.16x16.WebSearchIcon" | |
link = "https://clarionhub.com" | |
label = "ClarionHub!" | |
insertbefore = "About"/> | |
<MenuItem id = "SeparatorAccessory2" type = "Separator" insertbefore = "About"/> | |
</Path> | |
</AddIn> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment