| Thread | Last Post | Replies |
|
| ProjectGUID via DTE ? | 20 Sep 2005 13:18 GMT | 1 |
From this C# .csproj file excerpt: <VisualStudioProject> <CSHARP ProjectType = "Local"
|
| Adding Toolbar Button for AddIn | 19 Sep 2005 09:34 GMT | 1 |
I've created an AddIn and installed it. It shows up in the ADDIn Manager fine. My problem is trying to create a button for it. On the commands tab I select the AddIns category, but my AddIn doesn't show up in the 'Commands' list. What text should display in the 'Commands' list ...
|
| RegPkg deployment | 15 Sep 2005 01:44 GMT | 2 |
I’ve created a tool window, I got the PLK then I’m trying to deploy it, to test it I’m running with /noVSIP In Debug mode and everything is works fine, then I change the configuration to Release (deploying using RegPkg) , it raise an exception.
|
| Full pathname of file shown in current view of core editor? | 14 Sep 2005 18:53 GMT | 3 |
In our project, we use the core editor with a custom Language Service. When the core editor has multiple files open, each of these opened files is represented within the environment by a tab in the view pane. By clicking on a tab, it
|
| IVsInstalledProduct implementation not working as expected | 14 Sep 2005 08:04 GMT | 9 |
(Sorry for cross-posting; had the wrong group selected in my newsreader...) Hi, I want to place information on both the Visual Studio splash screen and the Help...About dialog. I've followed the instructions in the documentation and
|
| Multi-tabbed view | 14 Sep 2005 02:01 GMT | 1 |
Zitat from help (topic Logical View and Physical View): "Editors can also create multi-tabbed views on one DocView object, like the HTML editor, which has an HTML tab and a Design tab." How to create multi-tabbed view? Which interface is responsible for?
|
| Project sub-type & c# projects | 13 Sep 2005 02:12 GMT | 1 |
I have implemented a project sub-type for working with both VB and C# projects. I do this because we have some special pre and post build functionality that we have added to our custom projects. Everything is working great but for some reason all .cs files in the
|
| programmatically dock toolwindow to solution explorer | 13 Sep 2005 01:46 GMT | 2 |
is it possible to programmatically dock toolwindow to solution explorer using VSIP? Thank you in advance, Boni
|
| How to programmably add control into .aspx file by Add-in ? | 10 Sep 2005 00:22 GMT | 1 |
How to programmably add control into .aspx file by vs.net 2003 Add-in at design-time ? It's not easy, but i really need it! firstly, thanks for the following suggestion from Tim Farley (SPI Dynamics)
|
| SetDCPenColor() | 09 Sep 2005 22:19 GMT | 1 |
seem to have a problem when calling this function in my Win32 app. Also some other functions too. They all seem to share the similar attribute that they are nested inside: #if (_WIN32_WINNT >= 0x0500).
|
| Availability of PLKs for Whidbey? | 09 Sep 2005 22:16 GMT | 5 |
We are trying to do a small beta test of our plugin for Whidbey. In order to do so, we would require package load keys, right? However, at this time it seems only PLKs for Everett are available. Is there some way to get a PLK for the current beta2 of Whidbey? Or will we have to ...
|
| regpkg with August CTP | 09 Sep 2005 22:14 GMT | 3 |
I am getting an error from regpkg when building managed packages with the August CTP of VS2005 and SDK: regpkg : error : Field not found: 'System.Collections.Generic.KeyValuePair`2.Value'.
|
| Open a misc document from ToolWindow | 09 Sep 2005 21:38 GMT | 3 |
Is it possible to open a misc document from a ToolWindow? It seems I should be able to use the method VsShellUtilities.OpenDocumentWithSpecificEditor, but I don't really have a IServiceProvider in the ToolWindow.
|
| How can I execute Edit.GoToDefinition and check return status? | 09 Sep 2005 04:15 GMT | 6 |
I'm writing some functionality that first requires jumping to the definition of the symbol under the cursor. Is it possible to somehow call Edit.GoToDefinition and check its return status so that I know if the symbol definition was found or not? I thought of checking the cursor ...
|
| Creating an editor but not a new file | 08 Sep 2005 21:29 GMT | 1 |
I want to have a new editor that works on th e same .cpp and .h file. This is a visual Editor, similar to the form designer. How can I hook my editor or invoke it the same way the "view Code/ View Designer" context menu works for Forms Designer?
|