Quantcast
Channel: Visual Studio Integrate forum
Browsing all 4410 articles
Browse latest View live

Updating matched brace highlighting following cursor movement via a mouse click

I suppose this is a specific extension of an unanswered question from a while back. It turns out a left mouse click causes a call to ViewFilter.ExecCommand with the command ID ECMD_LEFTMOUSE. I tried...

View Article


Image may be NSFW.
Clik here to view.

How to add a custom Action as an hyperlink in a Build Summary

HiUsing information found on this blog I was able to add a contextual menu on the "Builds" nodes displayed in the Build Explorer.Now, I would like to add a custom action (displayed as an hyperlink)...

View Article


IVsSolutionBuildManager.FindActiveProjectCfg fails with a thread pool call

Hi AllOur project works well on VS2010 and now we start to port it to VS2012.In our package, we implemented our own language project type and we are quering current configuration via...

View Article

How to programatically dock a tool-window as a tabbed document?

I am creating a VS 2010 package, where I among other things are showing a tool window (a bit like a Project Properties window). All works OK, but I would like to ensure that it always opens up as a...

View Article

VS 2012 - Custom Project (using MPF project) to Expand a file in the Solution...

Hi,I'm try to work out what interface/providers I need to implement/provide for my FileNodes to be able to make these expandable to show the definitions contained in the file, same a for a C# file...

View Article


Find Symbol Result Window got double results when I search object use...

I implement IVsSimpleLibrary2 and IVsSimpleObjectList2 for "find all reference".. and I could query result from list.. While, whenever code run into method doSearch()..GetList2 of IVsSimpleLibrary...

View Article

Use AboutBoxPackage in my Shell Isolated application

Hi, I'm developing a a Visual Studio 2010 Shell Isolated application. The application includes the "aboutbox" VSPackage and my custom package.When I execute my package, I expect the 'AboutHelp' menu...

View Article

How to add new Code Generation Item for EF Designer?

Can anyone tell me how to create an Item Template that can be used by the EF designer for the Add Code Generation Item option? I have created the Item Template and it works like a dream! However, I...

View Article


custom html toolbox control with icon

Hi all,I needed to create custom html control which supports drag and drop with html data.I found the link :http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/88735b27-d386-4295-a06c-a239a0716b8a...

View Article


Customized Project template throws exception as Package installation error...

Hi All,We have used customized project template. This project template copies the query.cs, Knockout.js, etc from C:\Program Files\.....\..\Asp.Net MVC4/Packages.After I update VS 2012 Update 2, our...

View Article

VS2012 not recognizing my VSIX packages installed by MSI

Hi,I am putting together a VS Package and given its complexity, I need to use MSI to 'lay down' the VSIX contents.However, when I do this for All Users - as outlined here Visual Studio does not find...

View Article

Can VS 2010 package be compatible to run vs2012 without code changes?

Currently we have the VS2010 package that works well on VS2010.However, we need to support the VS2012. So is it possible that Vs2010 package is compatible to run VS2012 without code changes?

View Article

Best Practice to prevent your add-in extension to crash Visual Studio 2010

Hi,I'm developing an addin for VS2010, the addin consists of several toolWindows.like most of the programs in the world, my addin have some undiscovered bugs.well, I don't won't my add-in to crash the...

View Article


Is it possible in an Add-in to open a file in the code window and be notified...

In an Add-In when I open a projectitem using ProjectItem.Open(Constants.vsViewKindCode), is there a way to check when the editor/language service has finsihed applying the syntax color lighlighting and...

View Article

How to get Entity Data Model Designer Extension Starter Kit up and running?

overviewI have visual studio 2010 Professional downloaded Visual Studio Extension SDK and installed it downloaded ADO.NET Entity Data Model Designer Extension Starter Kit (March 5 2010)if I double...

View Article


"Cannot query for a file configuration tool for an MakeFile project." Exception?

I'm writing a language service for my company's scripting language. We use a makefile project for our game, which includes the script files. When opening this makefile project, I'm getting a bunch of...

View Article

Add-in: Conversion of Visual Studio 6 Pro add-in to Visual Studio 2010 Pro

Hi,I developed an add-in for Visual Studio 6 Professional several years ago under WinXP. Now I want to use this add-in in Visual Studio 2010 Professional under Win7 64 bit. Opening the dsw file of it...

View Article


Data breakpoint in custom debug engine

What do I need to do to enable the creation of data breakpoints in my own custom engine? Right now the "New  Data Breakpoint..." menu entry is disabled and I could not find an interface or an existing...

View Article

Customizing Data breakpoint feature

I am trying to add data breakpoint support for a Visual Studio 2010 isloated shell based application,I have following questions,1. How to enable "New Databreakpoint..." menu item from Debug menu ?...

View Article

[Addin] - Tab name empty for tool window

Hi,I have created a tool window using CreateToolWindow2 in VS2012:mWindow = (Window2)toolWins.CreateToolWindow2(                mAddin, asmPath, ctrlClsName, title, guid, ref objTemp);...

View Article
Browsing all 4410 articles
Browse latest View live