VS13 When I hit a break point, the indents disappear. How to turn that off?
I like to see the white-space at the left side of my code.When I hit a break point, I don't want the debugger code window to slide to the left like it is doing in VS13 for some reason.I assume this...
View ArticleError while closing solution
Hi AllMy solution is under source control in VS 2012. My source control plugin is third party. when I am closing the solution and I am getting cascaded dialogues boxes saying object reference not...
View ArticleText Template Transformation Visual Studio Extension
Hi , I have used T4 Text Templating For my Vs Package.am using Customlinecommandhost for transformation.After Transformation the Output file contains Unexpected lines.Below are the screenshots...
View ArticleVS 2010: infinite loop when implementing IvsFind
My application based on a VS 2010 isolated shell hangs when I implement the VS Find and Replace dialog (aka IVsFindTarget) within our custom editor pane (It’s an usual document window related a node of...
View ArticleMissing Windows Forms Toolbox Control
Hello all,I installed the Visual Studio 2013 SDK, but I can't find the Windows Forms Toolbox Control so I can complete this...
View ArticleSDK Package: Recognizing code blocks with a contained language
Hi,I am considering creation of an SDK Package (C#, VS 2008) that would enable syntax coloring and Intellisense for a custom language as a contained language in an HTML editor. Long story short, in the...
View ArticleAdd in Active Document Change
First off thanks for your time!Could anyone let me know as to what event I need to tap if I have to catch ActiveDocument changes.I have two files a.cs and b.cs in my solution and I would like to know...
View ArticleIDE Events
Hi there,How do I subscribe to the IDE events when Visual Studio loads my addin?At the moment I have to press a toolbar button until I can subscribe to events but I'd like my app to subscribe when...
View ArticleOLECMDF_NINCHED Flag
I've been working on a Visual Studio Editor extension that makes heavy use of IOleCommandTarget and the editor command chain. On QueryStatus() one of the CommandChainNodes is returning (uint)13 within...
View ArticleProjectReferenceNode in MPF requires GUIDs on project references.
The ProjectReferenceNode class in MPF crashes if you have project references without the referenced project GUID present as item metadata. Other VS project systems don't have this requirement. Is there...
View ArticlePort Win32 applicatin to VS 2013
Hello,A Win32 project is created in VS 2010 and now I need to update the toolset of the project to use VS 2013. I have VS 2013 professional and able to update the platform toolset to use "Visual Studio...
View ArticleCustom editor got and lost focus events
Hi,I am creating custom editor for visual studio. In IVsEditorFactory.CreateEditorInstance method I create an instance of MyEditorPane which derives from abstract class...
View ArticleDebugging a VS2013 Integration Package
Hi,I have recently ported a VS2012 integration package to VS2013. Some GUIDs were regenerated, .rgs files updated appropriately and some minimal code changes were made. Basically same stuff that I did...
View ArticleCycle through bookmarks in a VS 2012 package
I am writing a VS 2012 package (VSIX). I there a way I can get to the list of bookmarks (that are shown in the bookmarks window) and cycle through them in my code so I can get the file name and line...
View ArticleCode editor track changes.
After I save code editor text into file I want update code editor track changes markers. How to "say" code editor that it has beed saved.
View ArticleDeploy to experimental instance deploys to wrong location after upgrade to...
Hi,I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer...
View ArticleClear error list from duplicates
Hello guys, this should be fairly common problem, however I have not find the solution yet. I am logging errors in two ways: 1) When you work with IWpfTextView individually. This is the code I am...
View ArticleDebug Target dropdown open event
Hi,I am trying get an event when debug target dropdown "> Start" is opened. I tried dte.Events.CommandBarEvents, but don't know how to hook with it in vs 2013.Can any one tell how to hook with...
View ArticleConcurrency Visualizer Extension (VS2013): "An unknown error occurred while...
Not sure if this is the right place to ask about this but since my question concerns an extension I'll give it a shot.I'm trying to use the Visual Studio 2013 Concurrency Visualizer extension to debug...
View ArticleOpening the Resolve Conflicts window programaticly
Hi,I am trying to open the Resolve Conflicts window when a tfs get operation gives me a conflict. This is the code I am using. foreach (Conflict c in conflicts) { if (Workspace.MergeContent(c, false))...
View Article