... That's the idea. I recommend not using the user-specific folder as the dest of the .Addin file. The common folder is a good choice, but it ... @set...
Hi, if I want to open a code file using ProjectItem.Open, what difference does it make whether I use the parameter vsViewKindTextView or vsViewKindCode? Phil...
Hi, I'd like to change the editor color for a specific Element displayed in the Text Editor (mainly Tools->Options->Fonts&Colors, Item : User Keywords ) from...
Hello Oliver Gerlach It is possible to change color/font customization for given Display Item id in registry that will be effective on Visual Studio restart. ...
I got one command added to the code window context menu and it's all working fine. I have been trying to build a more complex context menu... looking around ...
Stephane Duguay
s@...
Mar 17, 2007 1:07 pm
3807
what is the best way (most comfortable for the end user) to provide code generation / modification in the soruce editor? My current model is "User selects /...
I've run into two issues that I'd like to get some feedback on from the community here. Firstly, calling CodeClass2.RemoveInterface() throws the following ...
i know how to make picture of icon of add-in in the tool menu and how to make resource file but i want to know what must be change in connect.cs class to use...
I've my own tool used during C/C++ builds that I need to create Task items for. I was happily using the OutputWindowPane's OutputTaskItemString member for...
Does EditPoint.ReplacePattern work with the option vsFindOptionsRegularExpression? For me it doesn't seem to work at all! If I provide a regular expression, it...
Hi, does anybody have experience of using visual studio with Team Foundation Server (TFS)? I have received an error report indicating a NullReferenceException...
My add-in reads the source code file (.vb or .cs) and can print the source of particular method or class. However, it doesn't handle #if directives which...
Hi, I have developed a VS 2005 addin which adds a buttont to toolbar. I have changed the tooltip of button thru "AddNamedCommand2(...)" call by editing the 4th...
Hi, I have developed a VS addin.While using HKEY_LOCAL_MACHINE in RegOpenKey method, I get following error message - error C2872: 'ULONG_PTR' : ambiguous...
Hi, I had a problem with tooltips in VS 2005 Beta 2 and added some code in my add-in to work around it. I have not removed this code so I don't know if it's...
Hi, Does anyone how if an event is triggered when a developer adds a bookmark to a document in visual studio? I'd like to add them to a TreeView in an add-in...
hi , I am creating a VS addin in C++.Can any body tell me how to add a short cut key for menu item. regards Sumeet ... Why delete messages? Unlimited storage...
Steps followed: Register the addin under HKEY_LOCAL_MACHINE Open devenv ,Addin is observed under Tools menubar. Unregister the addin Addin is removed from...
I've a project which was in VS2k3 and 've converted it into VS 2k5 by including all the files in empty project and attaching all the files and references...
Hi, this is really a question for Carlos, because I know that he uses Inno Setup for his Add-In. Do you know what I have to specify in my setup in order to...
Hi, I believe that I have now fixed the installation problem with Vista 64-Bit version. The problem is related to how the Add-In is registered. By hand, you ...
Hi! I'm new to this group, so I hope I can find some help here. My problem is that I want to create a tool window from my addin in Visual Studio 2005. After...
Hello, I'm solving quite difficult problem (for me). I have large web site or web application project with about 1300 code files. For now, I will talk only...
Hi Peter, I haven't really looked at your problem in detail, but I saw the reference to Carlos's article http://www.mztools.com/Articles/2006/MZ2006017.aspx ...
Hi, there used to be a problem removing menu items when you uninstall an Add-In. I haven't looked at this problem for years, probably not since VS 2002. Does...