debug engine, breakpoint with passcount
with my custom debug engine, I can set breakpoints with a passcount and they are hit as expected. However the hitcount in the breakpoints window of VS is not updated. When a breakpoint is hit but...
View ArticleHow to get an instance of IVsSolutionUIHierarchyWindow
Hi All,I'm working on a VS Package implementation and currently struggling to find a way to get an implementation of the IVsSolutionUIHierarchyWindow interface.It was introduced in the VS 2012....
View ArticleStart Page news channel is not customizable in VS2013 isolated shell
In VS2012, it was possible to supply a URL for the news channel from the "Tools / Options / Environment / Startup" property page. It was associated with registry key $RootKey$\StartPage\NewsChannel In...
View ArticleWhere is IROTVIEW?
Where do I find the ROT viewer app "IROTVIEW"? It is nowhere in the Visual Studio folder, and nowhere in the MS Downloads. Hi
View ArticleRemove undo stack entry or just not include a edit in the undo stack
HiIs there some way to avoid an edit in a document to be included in the undo stack?Or maybe, remove the last unit from the undo stack?What I'm looking for is to edit something in a document and avoid...
View ArticleDefault VSPackage template in VS2013 SDK Throws Exception when exiting
Hi,I have VS2013 Ultimate w/ VS2013 SDK, and have created a new C# VSPackage using Templates, Visual C#, Extensibility, .NET Framework 4.5, Visual Studio Package.When I hit "Start Debugging" and run in...
View ArticleVS Single-file generators: how to add registry information?
I'm trying to figure out how to get a single-file generator installed on VS2010. Previously I got it sort-of working on VS2013 after many hours of head-banging; in both cases the primary difficulty is...
View ArticleUpdate existing item (Visual studio Item Template)
I made Visual Studio Item Templates for generate class from database and work fine.Now I want to update existing class by IWizard.please help me for solution.
View ArticleC++ editor for remote gnu development(armf) beaglebone
As best I can tell with my lack of experience with VS Shell2012, there are no c++ editor type. I am evaluating whether a VS Shell would be a good(quick and simple) ide for remote compilation and...
View ArticleProblem with setting a StartUp project in a Multi-project Template
Hi,I have created a Project Template with Multiple projects in it. When i run and create a new project, i am not able to set specific project as a 'Startup Project' by default for my solution.How can i...
View ArticleHow Can I apply test impact for vsix extension in VS 2012 and 2013?
Hi all, How can I apply test impact for vsix extension in VS 2012 and 2013? I have a vsix extension on VS 2012 and 2013, and I want to apply test impact for vsix extension so that I can know the code...
View ArticleExtending built-in language
Is it possible to easily extend a language with support built-in to Visual Studio 2012, like C# or JavaScript? I would like to know if there's an easy way to do this, rather than implementing the whole...
View ArticleDefault editor for specific extension ?
Hi,I create package editor for specific extension let say *.abcdef that targeting VS2005 - VS 2013. I create deployment project for them and register them to registry manually. I try to install them...
View Articleworking on visual studio and cuda with network filesystem
i am working on cuda with visual studio as IDE and filesystem is on network and i don't have the admin privileges. even the simplest programs are not compiling they are showing following errors that I...
View ArticleHow do we convert a CT_COLORINDEX in ColorableItemInfo's crForeground to an...
In a managed VS package, I am trying to resolve the valid foreground and background colors in ColorableItemInfo structures to their actual RGB color values. When the __VSCOLORTYPE is CT_VSCOLOR, it's...
View ArticleVSPackage: Automatically generated test fails with:...
Hi,I have been investigating the possibility of creating a VSPackage extension to add support for another programming language to visual studio for my final computer science project before graduating...
View ArticleGetting the line number of the first line in the editor
I am working on a Visual Studio Editor Extension and have the following question.I'm trying the figure out how I can get the line number of the first line that is displayed in the VS editor. So, when...
View ArticleReuse FileListView in Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
I found many controls in Microsoft.TeamFoundation.Controls I can reuse in my project. Especially FileListView usercontrol. But I can't found any specifications in MSDN , also didn't found any sample to...
View ArticleToolbar Button Doesn't Work Unless File is Selected
I have added a new toolbar to the top of the screen. There are several buttons the handlers for the buttons are only live when I explicitly select a file in the solution explorer. You are able to click...
View ArticleHow to make a vsix manifest future proof to future versions of Visual Studio
I have Visual Studio 2010 extension that I create and put up on the Visual Studio gallery. When VS 2012 was released I went through a bunch of hopes to redownload all of the right SDK's, just to...
View Article