Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Third Party AddIns

ChristianHornung edited this page Jul 27, 2008 · 35 revisions

The table lists the available third-party AddIns and the SharpDevelop versions they are available for. If you have written an AddIn for SharpDevelop, please add an entry to this page.

AddIn name SD 2.0 SD 2.1/2.2 SD 3.0 alpha
Class Diagram AddIn No Yes Built-in
C# EntityClassBuilder No Broken No
Windows Workflow Foundation No Broken Built-in
AStyle AddIn No Yes No
ResourceToolkit AddIn Yes Built-in Built-in
Coco/R Custom Tool No Yes No
Coco/R language binding Yes No No
To Do List Addin Yes No No
Simian addin - Identify duplication in source code Yes No No
IronPython Backend-Binding Yes No No
Console addin Yes No No
Nemerle Backend-Binding Broken No No
Install Builder - Create PocketPC-Cabinet Yes Yes No
Code Annotations No Yes No
SharpSelectWord No Yes Yes
StyleCop Integration - Source Code Analysis No No Yes
Reflector AddIn No Yes Built-in

Meaning of "No", "Yes", "Broken":

No The AddIn is not available for this SharpDevelop version. It might be possible to port the AddIn to that SharpDevelop version. Ports from older to newer SharpDevelop versions should be easy, the other direction might be hard if the AddIn uses features not present in the previous SharpDevelop version.
Yes The AddIn works with that SharpDevelop version.
Broken The AddIn used to work with a previous build of that SharpDevelop version, but doesn't work anymore. Since the AddIns listed here are open-source, it is possible to fix the AddIn with a few minor changes (in some cases recompiling the AddIn is enough). We try to avoid breaking changes in released SharpDevelop versions, the AddIns that are listed as broken here were developed for early alpha/beta versions of the respective SharpDevelop version.
Built-in We contacted the AddIn author and agreed to make the AddIn part of the official SharpDevelop releases. This has the advantage for the AddIn author that we'll fix the AddIn when doing breaking changes to SharpDevelop.
Clone this wiki locally