| Thread | Last Post | Replies |
|
| Handling QueryStatus for IOLECommandTarget | 08 Dec 2005 17:56 GMT | 2 |
Hi Thomas, I am implementing interface IOleCommandTarget on MyProjectNode (Project class name). The method QueryStatus is not doing anything. but just returning VsConstants.S_OK.
|
| Adding custom intellisense data to Visual Studio C++ 2005 | 08 Dec 2005 07:30 GMT | 1 |
I have a C++ library the Visual Studio Intellisense logic is unable to parse correctly. Many members or entire classes are missing. This is due to a rather complicated #ifdef scheme in the library that allows cross platform development. I have no control over the #ifdefs.
|
| attaching VS debugger programmatically? | 07 Dec 2005 19:19 GMT | 8 |
The automation object model in Visual Studio has some objects one can use to remotely control basic debug operations as breakpoints, stepping through the code etc. I haven't however found anything that would enable me to attach to the right process on the right machine
|
| How to get notified when a document is opened for editing in the IDE? | 07 Dec 2005 09:45 GMT | 5 |
what is the best way to get notified when a document is opened for editing is the IDE? More precisely, I need a notification that a new IVsTextBuffer is created inside the environment,
|
| How to use IVsFontAndColorEvents interface? | 06 Dec 2005 05:31 GMT | 6 |
in my package I need to get notified of changes made by user to the font and color settings of various display items via Tools|Options|Environment|Fonts and Colors dialog. I've found an interface IVsFontAndColorEvents that seemingly
|
| Participate in the build process | 05 Dec 2005 11:35 GMT | 1 |
Is creating a new Project type really the only way if you want to participate in the build process like I want to do? I have an own file type and my build tool builds a number of source files. Those source files (e.g. C# classes) should be referenced and
|
| Custom Project Template: Custom Parameters that use scripts? | 02 Dec 2005 13:18 GMT | 4 |
I posted this question to the new Microsoft Forums in the Visual Studio Extensibility forum, but didn't get an answer, so I'll try again here since this is a managed newsgroup and I am a MSDN subscriber. I am converting a Visual Studio .NET 2003 custom project template to VS 2005.
|
| Installing an unmanaged DLL with a VS add-in | 02 Dec 2005 12:11 GMT | 5 |
I have a question concerning best practices for add-in installation. Our add-in depends on a free unmanaged dll UxTheme (some UI stuff) which we should deploy on
|
| Add-in: Add Custom Build Properties to Project Item? | 02 Dec 2005 09:23 GMT | 3 |
Is it possible to add a new build property to Project Item? For example, could one add a new property called "Generate Comments" to a .cpp file that could have a yes/no option that would show up under the C/C++ Configuration Properties (perhaps under General similar to the "Treat ...
|