Contents tagged with ManagedAddIns
-
NAnt Add-In Taster
I've always been a fan of a picture tells 1000 words, so here's a little taster...
-
NAnt Add-In
Over the last few days I have been working on a new add-in. This time the aim is to integrate NAnt in a similar way to how NUnit Add-In works. At the moment you can right click on a solution, project or inside a build target to run NAnt. I have already eaten a fair amount of dog food as it’s something I've written out of necessity. It is now at the point where it is useful. I’m looking for a few dedicated alpha testers who promise to beat me up if it doesn’t work! If you’re zealous enough for the task – drop me an email or comment here.
-
Reflector Add-In + Reflector 3.3.1.0
If anyone has tried using the Reflector Add-In with the latest version of Reflector, they will have found that the automatic download isn't working. Reflector's download location and public key changed recently causing it to break. I'm sorry I haven't released an update sooner. I've been rather distracted with a complete rewrite of the Managed Add-Ins framework. At some point you can expect a leaner, meaner add-in machine. For the moment I've got a fixed version of the Reflector Add-In for you (plus source). Unfortunately something in Reflector has changed causing it to stop working inside VS.NET 2002 (I imagine most people are using 2003 now anyway). If you have any idea what the problem is please let me know!
-
Reflector 3.3.1.0 + Managed Add-Ins
I'm afraid the download location and public key of Reflector has changed in this latest version, meaning the automatic download and update feature of Reflector Add-In won’t work. I'll write a note here as soon as there’s an updated version available.
-
Add-Ins Gallery Update
Here are a few more example add-ins...
- Lutz Roeder's Reflector runnain as an Add-In
- Lutz Roeder's Documentor runnain as an Add-In (it would be quite strait forward to keep in sync with the code you're editing if you fancy and add-in project)
- Screenshot of Control Inspector running as an add-in inspecting Visual Studio Convert which also appears as an add-in.
- Command Prompt Add-In using the Pavel Zolnikov's Command Prompt Explorer Bar control. Here is a version that can be run as an add-in.
- SqlBuddy running as an Add-In. SqlBuddy expects to find the Icons directory relative to the current directory. When running inside Visual Studio.NET the current directory is \Program Files\Microsoft Visual Studio .NET\Common7\IDE\. As a work around you can copy the Icons directory there. A better solution would be for the application to look for the Icons relative to AppDomain.CurrentDomain.BaseDirectory.
- Here is a screenshot of Messenger.NET running as an add-in. Messenger.NET is a messenger client. It is minimalist compared the the Microsoft Messanger, but that is it's beauty! It will happily run in a tool window without beeping, flashing and generaly bothering you!
-
Command Prompt Add-In
I've uploaded a build of Pavel Zolnikov's excelent Command Prompt Explorer Bar ready to drop in as an add-in. Be sure to check out the original version. It is now one of my can't live without utilities!
-
Gallery First Few...
- Lutz Roeder's Reflector runnain as an Add-In
- Screenshot of Control Inspector running as an add-in inspecting Visual Studio Convert which also appears as an add-in.
- Command Prompt Add-In using the Pavel Zolnikov's Command Prompt Explorer Bar control
-
Managed Add-Ins Gallery
You've got to start somewhere. Here's a rather sparse Managed Add-Ins Gallery. Please send your screenshots and links here.
-
Quick Launch
I've uploaded new versions of Managed Add-Ins and the Reflector Add-In. I've added a 'Quick Launch' menu to quickly start and stop your add-ins. I think this was needed before going properly beta (i.e. feature complete). You can dowanlod the new versions from here.
-
Building the Reflector Add-In
I've just written an article for the Code Project describing how you can easily create an VS.NET add-in like the Reflector one I posted screen shots of a while ago. I'm sorry I haven't got back to many of you who expressed interest in it. This reason is because I haven't been happy with the installation procedure (it too many steps). I'm very close to having an installer ready that does everything. I will email you all when this is ready. Hopefully then you can put your beta testing skills to more interesting problems than installation! If you would like to know when this is ready please drop me an email here.