| Thread | Last Post | Replies |
|
| PLK and VS.Net 2002 | 10 Jul 2004 22:08 GMT | 2 |
I notice that you can now issue product licence keys (PLK) for VS 2002. AFAIK VS 2003 was the only version supported. Is 2002 now supported? Can I run my package in 2002 if I get a new PLK? JC
|
| How to use property page | 09 Jul 2004 17:07 GMT | 4 |
I am trying to create my own editor as a Visual Studio Integration Package using C#. I used the Wizard provided by VSIP SDK, replaced the text editor with my own control and all worked fine.
|
| Problems with TextLineMarkers (Crashes VS) | 09 Jul 2004 00:13 GMT | 1 |
I am using C#. I create a simple Region_Expanded marker. 1) First problem, if I create it during the DocumentFrame event (SelectionChanges) phase, it doesn't get displayed. Is there a specific
|
| How to tell core editor to color specific lines? | 08 Jul 2004 23:36 GMT | 2 |
The VSIP docs say that in a language service(NOT using babel) ,"The core editor calls IVsColorizer::ColorizeLine to request that a particular span of text be colorized." But the problem comes when the change of 1 character in a single line can
|
| Right Click Menu | 06 Jul 2004 10:04 GMT | 2 |
I've built an add-in that interacts with an external application. I've managed (in large part thanks to Carlos' help here) to get all the functionality I need hooked up, except for a few left over UI related items. The most pressing issue at this point is to get the functionality I ...
|
| Disabled Icons for command bars | 06 Jul 2004 08:31 GMT | 1 |
Is there anyway to specify a disabled icon for a command bar? I can now get icons to display fine with a satellite DLL, but it looks horrible when the button is disabled. I suppose I could just not show the buttons that are disabled, but I think the right thing to do is show ...
|
| Designing a compiler for VSIP extensions | 06 Jul 2004 07:24 GMT | 1 |
I am currently redesigning a compiler, adding object syntax and better support for different backends (including .NET CLR). While I am doing this, I'm reviewing VSIP extensibility. I have simple projects and the core language services working -- basically everything in
|
| problems with babel sample | 05 Jul 2004 14:59 GMT | 1 |
I downloaded & installed vsip7.1 + extras + flex2.5.4.1 + bison 1.875 and am trying to compile the MyCLanguageService sample. After determining that bison is severely flawed ( can't find it's own executables ) and how to work around its problems I am now running into
|
| IVsCompletionSet Help please | 02 Jul 2004 01:50 GMT | 1 |
I am using C# and VSIP extras. I can create completion sets, but I cannot set the width of the Completion window. It is constant whatever content I have and whatever I return in GetInitialExtent(). The width is about Icon width + 6 characters.
|
| right click add-in fo file | 01 Jul 2004 13:15 GMT | 5 |
I've created an add-in (based on CodeWinContextMenu sample), that is connected to the right-click menu, when clicking on one of the files in a project. The sequence, if I understand correctly, is that the add-in adds the
|
| How to detect selected control? | 01 Jul 2004 06:48 GMT | 6 |
Is there anyway using the Add-in model to detect the currently selected control in the WinForm (or WebForm) designers? +++ Rick ---
|