Is RTF \highlightN (generated by VS2012 to the clipboard) effectively the...
I am working on some add-in code that parses the RTF sent to the clipboard by Visual Studio 2012. In that RTF, I'm now seeing a \highlightN control that I hadn't seen generated in previous versions of...
View ArticleMaking a newly created project configuration the active one
Hello All,I've just added a new project configuration (based on an existing one). project = _applicationObject.Solution.Projects.Item(1); ConfigurationManager configman = project.ConfigurationManager;...
View ArticleTextSelection.NewLine - keeping indention level
Hi,When I press [Enter] on the VS editor, it keeps the previous line's indention level. But, when I use dte.ActiveDocument.Selection.NewLine() it creates a new line with the caret at left-position 0.I...
View ArticleTypeScript for Visual Studio 2012 and 2013 package failed
Hello and thx,I'mrathera juniorwith visual studioandtypescriptI usevisual studioexpress2012webI tried toinstall the0.9.1version of thetypescript, I hadthe0.8.3.1release.NowI can not seemto...
View ArticleNative visualizer crashes when copying std::vector subclass
Hi,I created simple class that extends STL vectornamespace nv { class SubVector : public std::vector<unsigned char> { public: SubVector(); }; }I would like to display first 16 elements as hex...
View ArticleDatabase projects
Hi All,I am developing Version control system. I have written following code to get the projects in the solution.Ivssolution.getenumprojects(....) // code.I am getting number of projects for the...
View ArticleVS 2012 RC 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage'...
Every time I load my package I get an errorThe 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly.Looking in the activity log, there is an error <entry>...
View Articlehow to get all the textbox in an aspx file via envdte
Hi, I'm traversing a project via envdte and want to extract the name of the textboxes in the aspx file. How I can do it?
View Article[VS11-VSIX] Extension never receives color change notifications
The full project can be found at: http://vscoloroutput.codeplex.com.I use the following code to register and respond to color change events in the Fonts and Colors dialog of Visual Studio. This code...
View ArticleVS 2012 Package: Supporting Dark Themes
Hello, We officially support VS11 but have ran into issues when it comes to the dark theme. We have a custom editor and are looking at the DTE properties for the font styles and colors. We are...
View ArticleVS Shell / Package: Find and Replace Text in a Selection Not working as expected
Hello,I am creating a new custom WPF Editor in VS2010 and I noticed that my Replace in selection code doesn't seem to be working as expected. When I have text selected and then search for text using...
View ArticleWhy get Platform property of VCConfiguration object hangs sporadically for...
I have a VCProject and try to get the Platform from one of its Configurations.I found the Visual Studio hangs at VCConfiguration.Platform, the rate is about 50% (5 out of 10 runs). The code isn't...
View ArticleAdd Custom Properties and Property Editors to HTML Elements selected in the...
Is it possible to add custom properties with a custom UITypeEditor to the selected html element in the HTML editor. I have read some posts about modifying the intellisense xsd files in C:\Program...
View ArticleDetermine from EnvDTE/VS SDK Debugger if the debugged application is a...
Hello,I'm trying to determine whether the debugged application is a Windows Store app. Currently, I'm searching the loaded modules to see if there are any *.winmd files present, but this is more of a...
View ArticleVisual Studio Extension -Intercept file loading - ITextDocumentFactoryService?
I am writing a visual studio extension which would be used to edit parts of an xml file. I want to intercept the file load, and only load the relevant parts into the editor. I am trying to use the...
View ArticleInstalling assembly to Toolbox
Dear All,An old question which seems to be in need of a revision. We were installing adding assemblies to Visual Studio Toolbox without adding them to the GAC for the last 10 years. The magic is...
View ArticleHow to get the latest source control status for specific project item in...
Hi guys,I have a problem similar with below...
View ArticleVSIP: How to remove "Cut" contextmenu from Project node???
Hi, How to remove "Cut" context menu from Project node? I can remove "Rename, Copy, Paste" and others but only "Cut" is not disappeared. I've tried followings: protected override int...
View ArticleVS 2010 MPF: Templates when adding new item to custom project
Hi everyone,I've created a custom language package, which extends ProjectPackage. I can create the new project correctly, and a file is correctly created and added to the project when the project is...
View ArticleSupporting features from newer Visual Studio version SDK in a VSPackage
Hello,I have a VSPackage that was initially created using VS2010 SP1 SDK, and it works well also in VS2012 and VS2013 without any changes (except the vsixmanifest).I now want to extend the package to...
View Article