The Amadeus.NET Blog

Development, Projects, Plans and Ideas on .NET, Visual Studio, Windows XP & Vista

Browse by Tags

All Tags » Visual Studio SDK (RSS)
Implementing 'Show All Files' in a Visual Studio project.
This article shows how a project implementer in Visual Studio 2005 can handle the " Show All Files " command to show/hide nodes (that may or may not represent files on disk). Before I proceed, it's important to mention that, in my projects, I don't use...
Using the Windows Forms designer as your custom Design editor. (Part I)
While using the Visual Studio core editor as your text editor in a language service is a known and straightforward procedure, creating a designer has been totally left in the responsibility of the language service or editor implementer. In this quest...
How to dynamically Import/Export settings in Visual Studio 2005.
Since .vssettings files were first introduced in Visual Studio 2005, I've seen many questions about how the Import/Export settings mechanism can be controlled through code. This was something that bothered me too since VS2005 Beta 1 but it didn't take...