Gaston Milano's WebLog

About something...

News

General

Usability

VS Automation

VSIP

Browse by Tags

All Tags » VSIP (RSS)
Easily Add a string resource with CoolCommands
Localizability is one of the tasks that we should be aware to writing a World-Ready Application. Basically this task implies that the application executable code has been clearly separated from the application localizable resources. So that one required...
CoolCommands 3.0 for Visual Studio 2005
It is time for a new version of coolcommands because I found 3 new coolcommands: Thomas Freudenberg suggested the need of a menu item to each project item which spawns the command “explorer /e, /select,<filepath>” This opens the explorer and select...
T4 Editor and GAT
After I uploaded the T4 Editor I had very good feedback but people that was working with GAT (Guidance Automation Toolkit) had not coloring for .t4 extensions. Add .t4 extension to the list was the easier part in order to support .t4 templates. When you...
Coloring, Outlining, Intellitips, MethodTips, Codesnippets for T4 templates
In my previous post I talk about coloring for T4 templates. Coloring is the most important thing in order to improve editing templates. But there are other features that are important in order to editing templates - Outlining. You can hide and show template...
Coloring for T4 templates
Are you editing T4 templates in VS 2005? I prefer editing with coloring ;) As always a very friendly batch setup that you have to run in a VS2005 command prompt ;) It works with the following extensions LPCTSTR g_languageFileExtensions[] = { L ".tt" ...
Posted: Mar 02 2006, 10:54 PM by GMilano | with 7 comment(s)
Filed under: ,
New CoolCommands for Visual Studio 2005
After I released coolcommands I received a lot of suggestions about adding others commands. I received bug reports too :(. So I developed some new commands and fixed some bugs. My favorite new cool command is the Resolve Project References. But Andres...
VSIP SDK 2003 and Visual Studio SDK 2005
If you are programming a managed package for VS 2003 and you want to port your package in order to work with VS 2005 you have to use the new VS SDK for 2005. In the VS SDK documentation there is an article How to: Migrate Managed VSPackage Source Code...
Posted: Dec 05 2005, 02:11 PM by GMilano | with no comments
Filed under:
CoolCommands for Visual Studio 2005 RTM
I ported CoolCommands to visual studio RTM CoolCommands includes: - Reference Manager - Collapse All Project, Command Prompt Here, Open Project Folder, Demo Font and Wheel Font Zooming The Navigation Window power tool it is not included probably in the...
Navigation Window - Visual Studio SDK Sample
Navigation Window — Visual Studio SDK Sample November 2005 Summary: Navigation Window is a tool integrated on Visual Studio 2005 RTM that was written using Visual Studio SDK . It is a real use case that shows several features of the Visual Studio SDK...
Reference Manager for Visual Studio 2005 RC
If you are working with references (assembly or project references) in VS probably sometimes you have to do some annoying tasks: Case 1) Where am I using this reference (i.e.: System.Data) in this solution? Solution: I have to traverse all the projects...
More Posts Next page »