Adrian Alonso

Browse by Tags

All Tags » .NET » Visual Studio (RSS)
Adding a custom VS Task List Token
You probably used the TODO task list token to add a comment about what it should be done. But what about if you want to use a custom token to add a different kind of comment; for example a Review(x) comment. VS allows you to add custom task list token...
TCI - Toolbox Controls Installer
TCI is a VS Package that is provided by the VS SDK as a redist. TCI allows you to easily add your custom Control to the VS Toolbox. For a brief introduction to TCI you can check the VS SDK documentation. Here I will try to cover what is happening under...
GAX 1.3 is out!
This post was originally published at http://adrianalonso.blogspot.com This new version of GAX is a must if you are thinking to develop Guidance Packages using VS Codename "Orcas" (previous version of GAX didn't work with the latest version of VS) and...
Posted: Aug 05 2007, 11:01 PM by adalon | with no comments
Filed under: , , , , ,
SFT Setup Project: Deploying many Guidance Packages and many DSLs with a single MSI!
This post was originally published at http://adrianalonso.blogspot.com Clarius SFT June CTP is available. You can check Victor's blog in order to get an overview of the new features included in this drop. One of this new features is the capability of...
Clarius SFT - Wix-based Setup Projects
This post was originally published at http://adrianalonso.blogspot.com One of the features SFT provides is support for Wix-based Setup projects. I will show how you can use and extend it to generate a MSI for your guidance package. Wix-based Setup When...
Adding Refactor Context Menu in Visual Studio .Net Add-ins
This post was originally published at http://adrianalonso.blogspot.com When you are creating a new VS .Net Add-in, you can optionally add a command in the "Tools" Command Bar. But what if you want to add your add-in in another command bar? Well, I didn...
VS Language Service with MPF/Managed Babel
This post was originally published at http://adrianalonso.blogspot.com A few weeks ago I started to work on a prototype language service for Visual Studio. We want to try the new Managed Babel System... so what is that? Let's start describing the scenario...
Posted: Mar 08 2007, 04:55 PM by adalon | with no comments
Filed under: , ,
More Posts