| Thread | Last Post | Replies |
|
| Receive reference of Language service by its GUID | 30 Apr 2005 09:17 GMT | 2 |
How can I obtain reference of existing language service having its GUID? Can anybody help me? As I understand, I can enumerate packages and then take reference to its language service and compare GUID, but may be there is more elegant way?
|
| Menu command icons disappear after editing .rc file | 30 Apr 2005 07:54 GMT | 3 |
I've noticed the little icons next to my menu commands will disappear, and it seems to happen after I edit the .rc file. For example, if I want to change the name of my tool window, I'll edit string 120, save and rebuild. From that point on, the menu icons will be gone. I've ...
|
| Is there a GUID I can use to show a command for just .cs files? | 29 Apr 2005 18:47 GMT | 7 |
I'm trying to find the right GUID to put into the .ctc file so that my command will only be shown when a C# source file is being edited. I can use: {0x8B382828, 0x6202, 0x11d1, {0x88, 0x70, 0x00, 0x00, 0xF8, 0x75, 0x79, 0xD2}} to only show the command when any file is being ...
|
| Licence required?? How to get that licence? | 29 Apr 2005 17:23 GMT | 4 |
I downloaded and installed VSIP for VS 2003, but nothing changed in VS: No new project types, no help. While startup of VS 2003 there is a message in the startup screen: "VSIP licence required". I searched the whole Vsip web site, but didn't find any clue about how to get such a ...
|
| A tutorial on how to visually interact with the C# editor ? | 29 Apr 2005 07:17 GMT | 8 |
I'm trying to write an add-in which would require to change the appearance of code in the c# editor (or other code editors). What would be perfect would be to be able to change the background color of a specific area of code, or to underline it in a given color etc.
|
| "active project changed" Event | 27 Apr 2005 23:18 GMT | 1 |
is there some event fired, when the active project in the solution is changed? If not how could I track this. Thanks in advance, Boni
|
| Package load issues with Microsoft-provided packages in Beta 2 | 25 Apr 2005 23:11 GMT | 2 |
I just installed Beta2 on a machine that previously had Beta1 (and the associated VSIP SDK). I followed the instructions and removed all the bits of Beta1 that were listed, then installed Beta2. Installation went smoothly, but each time I start up Visual Studio, I get the the ...
|
| TypeConveter used in VSIP Package. | 24 Apr 2005 12:14 GMT | 1 |
I have a custom editor which contains various visual objects. When the user selects them it updates the property grid with the selected object. This works fine, I can update the properties, however the TypeConveter attribute does not function correctly. If I attempt to
|
| Put logo on the VS starting screen | 22 Apr 2005 20:09 GMT | 1 |
we created an Add-In for VS2003 and would like to put the logo of our software on the VS starting screen. Is there any link, how to do that? Thanks,
|
| _DTE.ActiveDocument.Object("TextDocument") returns null | 22 Apr 2005 19:58 GMT | 3 |
I implemented a custom editor for a proprietary file on my VsPackage. I am trying to retrieve the content of the active document to check for spelling by calling _DTE.ActiveDocument.Object("TextDocument") but unfortunately it returns me null. If I dont use my custom editor,
|
| Creating an custom editor | 22 Apr 2005 18:27 GMT | 1 |
my goal is to create a new editor ( displays the code as structured diagram ) paralell to the existing C++ editor in MSVS. The base is the source file, so the presentation isn't the problem. The editor should also supports the debugging functionalities of MSVS, like Breakpoints ...
|
| Moving C# add-in project from one machine to another | 22 Apr 2005 17:34 GMT | 3 |
I have an add-in I've written in C# with VS.NET2003 on my office workstation, and I'm finally happy with it. How do I move the add-in project to another machine (my laptop) so that it will still compile and run?
|
| Trappping when a control is created | 22 Apr 2005 10:09 GMT | 3 |
I have looked in the events automation sample and cant seem to find any example of how to monitor for when a new control is created to then set some default properties. Any help or direction appreciated... Cheers, Robby
|
| Can GUIDs be shared between VS2003 and VS2005 versions of same package? | 22 Apr 2005 03:56 GMT | 4 |
I'm developing a package for both VS2003 and VS2005, by creating a separate package for each (not single-sourcing). There's some areas where I can share source between the two versions, but because there are a number of GUIDs in use, I have been using conditional compilation to ...
|
| Beta 2 | 21 Apr 2005 23:38 GMT | 8 |
When will Beta 2 of VSIP be available for download to MSDN Subscribers (now that Beta 2 has been released)?
|