Skip to content

Instantly share code, notes, and snippets.

@fushnisoft
Last active December 8, 2015 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fushnisoft/de708deb2540b6f92104 to your computer and use it in GitHub Desktop.
Save fushnisoft/de708deb2540b6f92104 to your computer and use it in GitHub Desktop.
<AddIn name = "ClarionHub"
author = "ClarionHub"
copyright = ""
url = "http://ClarionHub.com"
description = "Simple example on how to add a button to the IDE toolbar that launches an EXE file">
<Manifest>
<Identity name = "MyToolbarButton" version="1.0"/>
</Manifest>
<Path name = "/SharpDevelop/Workbench/ToolBar/Standard">
<MenuItem id = "MyToolbarButton"
label = "My Button"
link = "home://.\Bin\Trace.exe"/>
</Path>
</AddIn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment