| Thread | Last Post | Replies |
|
| Native Visualizers | 28 Jul 2006 14:32 GMT | 2 |
I would like to write visualizers for native C++ code. Is there a way (simple or complex) to have more control (ex: custom containers, reference to lookup tables...) over the watch window than with the autoexp.dat file?
|
| LanguageService.ParseSource(...) not being called? | 22 Jul 2006 03:24 GMT | 1 |
I am attempting to extend visual studio functionality by adding support for a language I frequently need to use. I am trying to setup outlining (collapsible regions) for code written in the editor. I have set AutoOutlining to true. The VS SDK documents
|
| vs2005 beta2 can't lanch today | 21 Jul 2006 15:27 GMT | 4 |
i does't install vs2005 beta2 for 6 months, today , i successfulled installed it , but when i lanch the program ,it said that the time is out , so my question is how to solove the problem,
|
| Visual Studio Extension Signing Bug | 21 Jul 2006 03:50 GMT | 1 |
I seem to have stumbled over a bug in Visual Studio 2005, when I sign a Visual Studio Add-in you I get the following error: Warning 1 Option 'keyfile' overrides attribute 'System.Reflection.AssemblyKeyFileAttribute' given in a source file or
|
| Show code inside #region | 20 Jul 2006 20:09 GMT | 1 |
I'm writing VS2005 add-in that implements "goto definition" function. So I get CodeElement2 for each class in the project.If class is defined inside #region, only region is displayed :( Here is code that I use show class declaration:
|
| Enumerate Setup Project Files | 18 Jul 2006 04:23 GMT | 3 |
Is there a way to enumerate the files of a Setup Project (.vdproj) ? I'm writing a neat little add-in that will automagically zip up the contents a project. I've got regular projects under control. For example, I have a setup project, where I have a custom banner bitmap for
|
| VS 2005 Add-in and Keyboard mapping? | 17 Jul 2006 09:49 GMT | 13 |
I have written a custom add-in in c# for 2005 and I can't seem to get the add-in to appear under the "Tools\Customize\Addins\" section. I have converted my default addin code to act as a toolbar as per an article on msdn. (I think it was about an office tool bar, but I used
|
| Accessing sln properties in Common Properties->Debug Source Files | 13 Jul 2006 23:01 GMT | 9 |
I have a native implementation of a debug engine for native code. I want to add support to use the contents of the Common Properties->Debug Source Files page from the solution properties. I don't know how to access these properties.
|
| What events do WindowEvents actually cover? | 13 Jul 2006 18:39 GMT | 2 |
I'm handling WindowEvents in my code to try and capture when a solution Property Page dialog is closing. It doesn't work. I'm getting events when closing the IDE and closing any form or document, but not when it's a pop-up dialog (like project or solution property pages). Does ...
|
| How to tell if a build is a debug or release build? | 13 Jul 2006 08:47 GMT | 2 |
I'm trying to write a macro that runs on the BuildEvents_OnBuildDone event and that backs up my VB.Net project when I do a release build. Everything works fine, except it runs on both debug and release builds, and I only want it to run on release builds.
|
| Remove Menubar on OnDisconnect of Addin? | 11 Jul 2006 17:15 GMT | 5 |
I'm looking for the proper way to remove my addin's menu bar from the OnDisconnect method. I want that when the addin is unloaded via the Addin manager, that its commands and the menubar on which they sit disappear. I've got this working on the first pass. But when I reload
|
| Get/Set word wrap mode in a macro? | 11 Jul 2006 14:37 GMT | 4 |
How can I determine if word wrap is on in a Visual Studio 2003 macro? Can word wrap be changed with a macro? Thanks, Frank
|
| How to programatically add a new resx file | 11 Jul 2006 14:10 GMT | 2 |
Can someone shed any light on how to add a new "resx" file to a project or any other file for that matter. I think "ProjectItems.AddFromTemplate()" may be the right method (?) but if so, how do you determine the name of the project template to pass. Thanks very much.
|
| Stupid add-in question... | 11 Jul 2006 09:06 GMT | 3 |
I have an Add-in that I wrote in VS.NET 2003. It works great. I'd like to put it on the toolbar in VS 2005, but can't figure out how. I've added the directory to the add-in path, but nothing shows up in list of available add-ins.
|
| Programmatically adding toolbox controls to Visual Web Developer Express | 07 Jul 2006 19:56 GMT | 1 |
I've created a console application that adds toolbox controls to Visual Studio 2005 using automation. However--correct me if I'm wrong--this method is not possible with Visual Web Developer Express. Instead of this I am now modifying the user's settings file to add the
|