| Thread | Last Post | Replies |
|
| Event handlers not firing - any guesses? | 28 Feb 2005 10:38 GMT | 2 |
One of the things my add-in is supposed to do is present a report to the user, stating (among other things) how many errors and warnings were generated in the course of a build. To do this, I've registered event handlers for BuildBegin, BuildDone, and TaskAdded (for the "Build
|
| Avoid closing a document when Close All Documents is used | 28 Feb 2005 10:25 GMT | 1 |
Is it possible to avoid closing a document when the Close All Documents is used? In the IVsWindowFrameNotify.OnClose method we return E_ABORT if the document should not be closed. This works fine when closing a single document, but
|
| Deploying an unmanaged VSIP Addin | 26 Feb 2005 07:40 GMT | 4 |
I am a complete newbie to VSIP and I am a setup developer. The problem is that the addin that is currently developed (unmanaged) creates a lot of registry entries during the self registration process. The source of this understandably is an RGS file which uses substitution ...
|
| Deploy custom VSIP Packages | 26 Feb 2005 07:23 GMT | 1 |
Every VSIP Package for the Microsoft Visual Studio needs the VSIP Redist Package from Microsoft. Now I want to embed the Microsoft VSIP Redistributable MSI Installation Package into my own custom MSI Installation.
|
| VSIP Internal license, howto get? | 25 Feb 2005 17:35 GMT | 2 |
How can I get an internal-use-only VSIP 2003 license? It seems that summsoft no longer supporst VSIP licensing? Is this correct?
|
| How to place code window in tool window | 25 Feb 2005 06:11 GMT | 2 |
Experts, I made a tool window. I want to place a code window in tool window and then I can edit code in tool window. Could anyone help me? Thanks,
|
| New language with managed code? | 24 Feb 2005 20:02 GMT | 3 |
I'm trying to add a new language service to VS 2003 using C#. I've managed to associate the extension to my project and instantiate the core editor (using Dr. Ex's example of hosting the code editor in a toolwindow for the bulk of my code), and I try to set the language of the ...
|
| How are add-ins registered in VS 2005? | 24 Feb 2005 13:48 GMT | 2 |
I need to understand exactly what steps are taken to register an add-in so that it is visible and successfully loads in Whidbey. In VS 2003, there were a number of entries made to the registry for COM interop and for making the add-in visible to the IDE. In VS 2005, it seems the ...
|
| Problem with VS .net macros | 23 Feb 2005 14:11 GMT | 2 |
For no good reason, macros do not work any more in VS.NET 2003. If I record a temp macro and try to run it, or try to run a macro in the samples - nothing happens. I put a break point in any macro at the top, and the break point is never hit. I enabled all exceptions to break -
|
| ProjectItemEvents for web sites? | 22 Feb 2005 17:55 GMT | 2 |
I'm trying to get a ProjectItemsEvents interface for a web site. Usually you get these interfaces like this: ProjectItemsEvents events = dte.Events.GetObject("CSharpProjectItemsEvents"); for C# projects, or GetObject("VBProjectItemsEvents") for VB projects, etc.
|
| Question on usage of IVsProject::AddItem | 21 Feb 2005 14:29 GMT | 9 |
I am trying to enhance the sample MyProject managed project sample included in the VSIP 2005 Beta 1 SDK. I would like to programatically add new items to the solution explorer. It seems like the IVsProject::AddItem method is the way to go. I am confused by the second to last ...
|
| VSIP C++ Dialog | 18 Feb 2005 22:28 GMT | 1 |
I am a complete newbie with VSIP. I want to create a number of my own tool windows in the IDE that will display debug information for C++ class libraries during a debug session.
|
| ResetDefaults function from VSIPHelper.Package class | 18 Feb 2005 22:12 GMT | 11 |
I have a custom package that uses the VSIP Extras Package class as the base class. We need to add Toolbox items so we have overriden the ResetDefaults function to populate the toolbox whenever things get reset. This worked on my developer machine, but now that I'm trying to do an ...
|
| How to create a non-modal dialog that stays on top of the IDE in an add-in? | 18 Feb 2005 17:16 GMT | 6 |
I've been wrestling with this one for a while now. The add-in I'm working on builds several solutions in sequence. I'd like to have a "master status" dialog that updates as each build is completed, so that the user can keep track of how far along the entire
|
| Changing the tool in the fileconfiguration | 18 Feb 2005 09:11 GMT | 2 |
I'm creating my VCProject by automation. I added the filters i wanted and the associated files. Visual Studio puts a Tool by default in the fileconfiguration depending of the kind of file i add. For exemple for one file i have the tool "MIDL Tool" and i would change it
|