Jison Build Rule
Hi all,I'm trying to add a build rule for Jison (http://zaach.github.io/jison/) and everything works except the command line in the property sheet.When I insert a .jison file in a VS project and go to...
View ArticleConnect to GPRS device from asp.net.
Hi,In the asp.net project we need to track the trucks position in google maps using ATRACK device connect to COM1 port of the PC. Refer the ATRACK device that needs to be connected to COM1 port by...
View ArticleHighlighting Text In The Text Editor: Collapsed vs Expanded
I am trying to learn how to write extensions for the Visual Studio Text Editor. My first Project is one that simply highlights the Async and Await keywords. I currently have the following code:Imports...
View ArticleАdding department export data from a survey list from user profile services...
When voting, survey Sharepoint 2013, there is a field created by whom. But the name is not enough. Necessary to add the department name of the profile data in the exported list excel.
View ArticleHow to create a TCP Connection in properties and access it via code
In Visual Studio, I need to create a TCP connection to a Server and access this connection via code from all the WPF projects in the solution. What can be the best approach? I think that a good start...
View ArticleHow do I get an on-line gallery contribution to show up in VS 2013 Express -...
I have added a few on-line templates that show up in VS 2012 versions, including desktop express. When I add a target I see that the versions listed for the <InstallationTarget> is "[11.0,12.0)"...
View ArticleCustomizing Rate my app component
HiBy default the rate my app popups a dialog box for ratings on 5th launch. However i want to change it to 3rd launch on which the dialog box should pop up. How can i do that.? Please expalain in...
View ArticleTextTransformation With Vs Package
I have used T4 Text Templating For my Vs Package.am using Customlinecommandhost for transformation.After Transformation the Output file contains Unnecessary lines.the output is as follows.Namespace...
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 ArticleHow to add context menu item to the activity designer context menu
Hi,I need to add my custom context menu item to the activity designer context menu.I've found out that Visual Studio menu items can be extended through Visual Studio Package project.The Visual Studio...
View ArticleProjecting from an IVsInvisibleEditor
I'm trying to break C# files apart into individual functions and embed each function within an editor pane of its own.See:My approach has been as follows:1. Create an IVsInvisibleEditor for the C#...
View ArticleHow to create an editor with a projection buffer?
I'd like to create an editor to a custom view engine, which hosts C# code around some barriers (let's say <source></source>). In VS2008 this was done by the TextBufferCoordinator, secondary...
View ArticleHow to change EnvDte.CodeFunction.Type (function returning type)?
Hello, i write a VS plugin (using C#), that parse opened solution (C++) and can make some changes there.I need to change some variable and functions types.I read this thread...
View ArticleHow do I extending Visual Studio main menu in VSPackage?
I have spent days researching for some documentation and/or samples that I could study to implement to extend Visual Studio Main Menu. All examples seem to add singe button to the TOOLS menu. I need to...
View ArticleI want to write debug output for the Messages filter of the error list window
HiI am writing a pre-build tool for my c++ Project and I want it to show build messages in the same way as the compiler does.I have found this page that tells how to format debug output text for being...
View ArticleHow to create custom Coded UI test project template with the same behavior as...
Hi, I need to create custom Coded UI project template from exist one, but I am facing with some issue. The standard Coded UI Test project template adds references to the registered Coded UI Extensions...
View ArticleBug in VS Gallery?
I have an visx based addin (version 1 format) that I have tested with VS "14".I would like to submit it to the store with the following .vsixmanifest file contents:<SupportedProducts>...
View ArticleVisual Studio Shell localization tool?
Can we create our own Visual Studio 2013 Shell (Isolated) Language Pack? Our native language is not supported out of the box. Is it possible to get access to tools you at Microsoft use for localization...
View ArticleSimple TextBuffer Insert
I have a simple piece of code that uses ITextBuffer interface to insert some text. Basically, I have to delete the line and then add some new text. I am not sure if this is the best way to do it but I...
View ArticleWhere can my Add-In see into the file text?
I've been making an add-in for VS2013. It's hooked into DocumentEvents through theEnvDTE, and I've been using the namespace to map out the entire project when I need to, but I can't seem to find a way...
View Article