| Thread | Last Post | Replies |
|
| Setting the New File Icon for a VSIP Editor | 10 Nov 2004 10:22 GMT | 2 |
How can I set the icon to be me own one when I open a new file for my editor (Ctrl+N). At the moment it just shows a defult icon, I've tried putting the icon in the C# editor project and also in the C++ editor UI project but the icon just stays the same. I know I'm missing ...
|
| Add-In To Trap a Keystroke | 08 Nov 2004 14:14 GMT | 1 |
I want to write an add-in that traps a particular keystroke, say, Ctrl+F8, in the source code editor to perform a specific function. Can anyone tell me how to trap the keystroke ? I have looked at the LineChanged event but this appears to be activated only when the line is ...
|
| Deploying A Package | 07 Nov 2004 22:39 GMT | 2 |
I got my PLK and followed everything in the article: http://blogs.msdn.com/dr._ex/archive/2004/08/29/222425.aspx I have watched to deployment webcasts but it nothing seems to be working. I am using VSIP Extras, is there any consideration i should take on deploying
|
| Tool window layout persistence | 06 Nov 2004 00:18 GMT | 1 |
What is the best way to inhibit the creation of a tool window on startup that was open when VS shut down? (similar to the Help window behavior in VS2003) Greg
|
| Code windows context menu | 05 Nov 2004 06:44 GMT | 2 |
I am trying to add a new button in the contextMenu in the texteditor when you rightclick during debug mode, and i am having dificulty in finding the proper item to be the parent. This is what i have tried so far: guidObjectMyCmdSet:MyMenuGroup, guidSHLMainMenu ...
|
| adding toolbar buttons via macro | 05 Nov 2004 00:03 GMT | 1 |
Is there a way to add a toolbar button that executes a command (built-in or otherwise) from a macro? Add toolbar: DTE.CommandBars.Add Add button: toolbar.Controls.Add(MsoButtonStyle.msoButtonIcon)
|
| Debug Engine? : gdb interfacing in VS.Net | 04 Nov 2004 23:46 GMT | 4 |
We are building an application framework, and we use VS as an IDE. We don't use VS CL compiler but other ones (like gcc) ... and we would like to debug directly inside VS ... but as we don't use MS debug formats, we must use gdb or any other debugger.
|
| Integrate a window and new project template in VS Ide for MASM | 04 Nov 2004 23:42 GMT | 3 |
i would like to create an editor for the command line compiler ML.EXE, included in VS .Net. To do this, I would like to create a new folder for templates and add there 3 or 4 projects templates written in assembler code. But I should need to create an integrated window, or better ...
|
| how can i Add a Control in a active Project s Form from an add-in | 04 Nov 2004 16:31 GMT | 1 |
hi i want to create visual basic 6 add-in which will work like Microsoft Form Wizerd but when i add control to my new form from addin (set vbcontrolveriable = vbFormVeriable.vbcontrols.add("VB.CommandButton")
|
| Code Window context menu | 04 Nov 2004 03:11 GMT | 1 |
I am trying to add a new button in the contextMenu in the texteditor when you rightclick during debug mode, and i am having dificulty in finding the proper item to be the parent. This is what i have tried so far: guidObjectMyCmdSet:MyMenuGroup, guidSHLMainMenu ...
|
| How to add a new item to the mainmenu | 03 Nov 2004 13:47 GMT | 1 |
I'm new to VS addin development, my question is that can it be achieved just like create addin for Office? Which type libary should I import?
|
| How to access CommandBars collection from a package? | 03 Nov 2004 10:55 GMT | 1 |
Can a package access automation object like and add in can? How can i get the add in instance from within a package? Thanks.
|
| IVsTextMarkerClient::GetMarkerCommandInfo issue | 02 Nov 2004 03:46 GMT | 1 |
When I implemented IVsTextMarkerClient::GetMarkerCommandInfo Method according to in instructions by Dr Ex (http://blogs.msdn.com/dr._ex/archive/2004/06/09/152220.aspx), I noticed the pbstrText and pcmdf passed in are all NULL. This prevents me from
|