item level menu item in visual studio 2010 ide
Hi,I am writing a Visual Studio extension and adding a menu item to an existing menu (such as the project context menu) using a .vsct (Visual Studio XML Command Table)...
View ArticleAttach process in code?
Hey so I was asked to make a plugin, that has a toggleable button, which when pressed, will simulate clicking Tools/Attach to Process/Selecting the "w3wp" process.It has to select only the w3wp...
View ArticleHow to define a new file extension for the Entity Designer
Hi,I want to use "Model1.foo" as the file instead of "Model1.edmx" so that I can use IModelConversionExtension extensibility. I think this requires me to register the ".foo" extension in the Registry...
View Articleclose the solution context menu
I use the Visual Studio Shell Isolated project template to create anisolatedshell solution. Now how can i close the solution context menu in the Solution Explorer?
View ArticleDesigner for a WPF UserControl in VS2012
Using the XAML-Designer from VS2012, I need to implement custom visual designers for our WFP-Controls. We're now working with .NET framework 4.0.We are looking for the following functionalities:- Drag...
View ArticlePlugin button question
Hey there.So yesterday I was asking about attaching the w3wp process in code. I finally got it working.But now I need help with some other things.1) How do I actually get the plugin and install it for...
View ArticleHow to programatically add a C# project to a solution sub-folder
I am using VS2012 to create a customn solution via the New Project wizard.I am programatically creating a multi project solution inside an implementation of IWizard.In the RunStarted() method, Obtain a...
View ArticleLet the context menu of solution not displayed
I have used the Visual Studio Shell Isolated project template to create an isolatedshell solution. Run it, we create a solution in the VS hive. Now i don't want the solution context menu displayed when...
View ArticleHow to disable/customize the Visual Studio Conversion Wizard window when...
Currently I worked on a project which is an Isolate Shell application based on .net framework 3.5 and Vs2008, and the application can create solution file defined by ourselvesThen the project was...
View ArticleHow to change font color for Intellisense in Visual Studio 2012
Because of a recent accident that has affected my eyesight, I have had to change my display to High Contrast. That has been a very big help. Most of Visual Studio is now visible or easily configurable...
View ArticleUsing DTE to set a custom build action
We use csproj files with a custom build action. In a VS package we add new files with a certain extension and want to assign our custom build action to the ProjectItem. Currently we try the...
View ArticleExtracting App Container information from VS project using COM interface
Hi,I am building a VS extension which needs to extract information from the current active project in the solution.Problem arises when I need to get the information for an "AppContainer" project -...
View Articlehow does vs2012 microsoft arm assembler support wmmx instructions?
<section>simple code likes followed: export add_pixels_clamped_iwmmxt add_pixels_clamped_iwmmxt proc wunpckelub wr6,wr4; endpcompile,and error A2034: unknown opcode: wunpckelub.how can I...
View ArticleVisual Studio 2012 closes my new solution
HiI am creating a VS2012 wizard to create a C# solution, using a similar approach tothis article, except that I have a New Project template that fires my wizard.This is my IWizard implementation:...
View ArticleToolwindowPane ans IOleCommandTarget
Hello,I have a ToolWindowPane with a toolbar and an embedded Editor (IWpfTextViewHost).Therefore I had implement IOleCommandTarget.As a result the toolbar commands also ended in the Exec routine and...
View ArticleHow to determine fonts and colors for a given Theme
Does anyone know how to determine (in an add-in to Visual Studio):1. The list of themes 2. the fonts and colors for any given themeRegards,Joginder Nahilwww.starprinttools.com
View ArticleLanguage Service: Support for color themes in custom colorable items?
Hi everyone,I am about to implement a custom language service that will provide a set of custom colorable items. If I get the MSDN docs correct, this article describes the interfaces I need to...
View ArticleSDK Package: Visual Studio 2012 quick find adornment reusage.
I develop an extension for Visual Studio that registers a custom non-text document, that allows user to find some elements in it. The window pane implements IVsFindTarget and specifies...
View ArticlePublish extension Visual Studio 2013 Preview to VisualStudioGallery
Hi,in the latest release of our Visual Studio extension we added support for the upcoming version of Visual Studio and now we would like to publish the extension to the VisualStudioGallery....
View ArticleToolWindowPane with Editor and GridControl
Hello,I have a ToolWindowPane with a toolbar, an embedded Editor (IWpfTextViewHost) and a Gridcontrol. In the editor the user edits an SQL statement and after pressing a toolbar button the grid is...
View Article