Addins
Add-in – (aka. plugin, component) The add-in is the basic building block of the SharpDevelop (/Clarion7) component model. An addin is defined by an .addin XML definition file, and typically one (or more) Assemblies.
Here are some helpful starting points:
Download Addins from http://clarionaddins.com !
C7 Addin development status
(Current information about the ClarionEdge addin project)
Some Addin Links
(Loads of information on addins, how they work and what you can do with them)
Addin related posts available on this site:
- Hosting WPF user control in 2.0 WinForms
- Removing the HtmlHelp2 addin from Clarion IDE
- PropertyPadExtras - Automatic save/restore grid state!
- www.ClarionAddins.com has gone live!
- Addin downloads still broken for IE users… *FIXED*
- MainToolbarExtras addin v0.3 - Set ALL Toolbar Sizes!
- MainToolbarExtras addin v0.2–Set Main Toolbar Size!
- ClarionEdge addins for Clarion8 – no updates needed so far…
- QuickStartTemplates addin example
- Creating AddIns For The C7 IDE–ClarionMag Article is out!
- Kinda quiet here…
- PropertyGridExtras addin v0.3 - now with Additional Settings!
- PropertyGridExtras addin v0.1 - Grow/Shrink font size
- MainToolbarExtras addin v0.1 - Run Startup Project in the debugger
- ProjectBrowserExtras addin v0.2–Close Solution button
- AccessoryMenu addin now on Google Project Hosting
- ClarionEditorContextHelp addin v0.2–bug fix
- Donation Thanks–special addin…
- SearchPadExtras v0.2 released
- ClarionEditorContextHelp addin v0.1 now available!
- OptionsAutoSave addin v0.1 now available
- ClarionMag article coming soon… !
- ProjectBrowserExtras Addin
- SetTheme fixed - v0.5
- SetTheme addin updated (v0.4)
- Editor Macros addin
- SetTheme addin–Give the C7 IDE a new look!
- C7 Addin development status
- SearchPadExtras addin
- Some Addin Links
- Cancel Build Buttons addin v0.3
- Bringing back Remove Line to C7
- Insert Clarion Color addin
- SharpSelectWord for Clarion7
- C7 Addin - Clear Errors
- Cancel Build/Generate buttons v0.2
- Translating Clarion7 Addins
- Clarion7 3rdParty Addin!
Roelf says: November 19th, 2010 at 8:25 am
HI, Your Theme add-in is a good idea. I have one question, can you not allow us to change the white/gray background of the IDE as well. This is the most irritating part of the IDE, As a bonus allow the pads to be set to a different color.
brahn says: November 19th, 2010 at 1:34 pm
Hi Roelf,
Glad you like the addin! The upcoming version of the SetTheme addin will allow you to apply a custom theme so maybe you can give it a go then. I think though, if you want to change the background colours of the code editor you will need to investigate user-defined highlighting schemes. See “Tools–>Options–>Text Editor–>Highlighting” and copy the “clarion” built-in scheme to user-defined and modify the “Environment colors”. I will see what I can do about the pads