| Thread | Last Post | Replies |
|
| Providing my IVsFindTarget | 08 Sep 2005 21:00 GMT | 5 |
I am trying to find the proper method to get my implementation of IVsFindTarget to be recognized by the shell's Find/Replace dialog. My implementation is in a toolwindow which is hosting some editing controls, but this toolwindow is not a registered editor, and is not created ...
|
| Microsoft.VisualStudio.Package.Project assembly not found under August CTP | 08 Sep 2005 20:46 GMT | 5 |
I've got two virtual machines setup, one with Beta2 of Whidbey, and another with the August CTP. Neither of the machines has the VSIP SDK installed. One of the packages in my plugin references Microsoft.VisualStudio.Package.Project, in order to make use of
|
| VSUserControlHost Shim Control for Visual Studio .NET | 08 Sep 2005 03:20 GMT | 6 |
I am using the VSUserControlHost shim control to host my UserControl in a ToolWindow for an add-in I'm creating. An instance of the DTE is being passed in to the OnConnection event in the Connect.vb file. How can I pass (or get access to) this instance of the DTE in the ...
|
| What is LINEDATAEX.pAttributes? | 08 Sep 2005 03:10 GMT | 4 |
I was hoping to extract some information about arbitrary text in a buffer via LINEDATAEX, and it seems like the pAttributes field would give me what I want. However, I can't seem to find any documentation of what values this array of ULONG might contain. Can someone provide some ...
|
| Assembly references information | 07 Sep 2005 16:51 GMT | 5 |
I have a problem. I have to make a list of the names of the assemblies who references an chosen assembly and i need to know which assemblies the chosen assembly references. Can someone tell me how to do this programmatically?
|
| Project containing file for LanguageService.ParseSource()? | 05 Sep 2005 20:55 GMT | 5 |
Hello. When I get a ParseSource() call on my implementation of LanguageService, how do I get the project which contains that file? Do I have to do a brute force search the the solution items, or is there a better way?
|
| Whidbey WebProject and project file | 04 Sep 2005 14:44 GMT | 1 |
Hi friends, I am trying with whidbey Web projects. Web projects now really haven't any central project file and I am confused. I want to get the details of projects by using the project file. But in Whidbey, it is
|
| IVsSolution::GetProjectOfUniqueName returns E_FAIL | 03 Sep 2005 03:21 GMT | 5 |
I'm trying to use IVsSolution::GetProjectOfUniqueName to get the IVSHierarchy of a named project. I've used IEnumHierarchies to verify there is only one hierarchy in the solution, but when I call IVsSolution::GetProjectOfUniqueName, it returns E_FAIL.
|
| Managing referenced assemblies for custom compiler? | 03 Sep 2005 01:10 GMT | 8 |
Hello. I'm trying to integrate my own compiler into VS 2005. Pretty good luck so far, but one thing is driving me nuts. I need have some way of reflecting on assemblies which are referenced by my project type. I got this to work using Assembly.LoadFrom(), but after the first ...
|
| identifying editions of VS during package installation | 02 Sep 2005 21:40 GMT | 1 |
Since VSIP packages aren't supported in the Express editions of VS 2005 and since our product doesn't make sense with VSTO, we'd like to have our installer detect the edition on the machine and take appropriate action at install time.
|
| How can I manipulate the "Find Symbol Results" window? | 02 Sep 2005 19:37 GMT | 12 |
I would like to insert entries into the "Find Symbol Results" window and be able to provide my own handlers for when users click/double-click on the inserted entries. Is this possible? Thanks.
|
| change toolbar button picture | 02 Sep 2005 09:56 GMT | 1 |
is it possible to change a picture of the toolbars button when addin is working. When button pressed picture should change. Thanks in advance, Boni
|
| Help with IVsCodeDefView | 02 Sep 2005 06:05 GMT | 4 |
I'd like to manipulate the Code Definition Window, via the IVsCodeDefView interface. I have implemented this interface on a class, and I have implemented IVsCodeDefViewContext on another class. When I call SetContext() everything works as I want it to the first time: the code def ...
|
| Generating more than one file from a CustomTool | 02 Sep 2005 01:30 GMT | 1 |
Does anyone know if it's possible to generate more than one file with a CustomTool? If so, how? Best Regards, Gustavo Guerra
|
| TypeConverter not working in custom editor | 01 Sep 2005 23:45 GMT | 6 |
I've developed a custom editor using the VSIP Extras wizard and C# that uses a custom user control that contains a property grid control. The whole scheme uses several TypeConverters to make the property grid behave properly. Now, all this works just fine on my Windows ...
|