| Thread | Last Post | Replies |
|
| Access References from DTE | 09 Aug 2005 10:32 GMT | 1 |
I've been poring over the extensibility model trying to figure out how I can access the contents of the "references" node in solution exporer. I can instantiate DevStudio (2003), open a solution and iterate the projects, but can't seem to see anything to do with references. My ...
|
| Creating a new toolbar | 09 Aug 2005 10:30 GMT | 3 |
can anyone tell me how i can create a new toolbar for my package , add menus to the toolbar and commands to the menus! Also how can i add a new menu to the existing standard toolbar! kind regards.
|
| Trouble with updating ToolWindow toolbars | 09 Aug 2005 06:24 GMT | 4 |
We have implemented the Office-style toolbar in our ToolWindow by defining menus in the CTC file, and calling "this.ToolBar = new CommandID(...)" inside our ToolWindowPane derived class constructor. The toolbar is created and positioned correctly. However, we are having trouble ...
|
| Removing yellow edit marker | 05 Aug 2005 18:06 GMT | 1 |
I am opening a new editor view to display formatted code. The contents are not read from a file. I create the view by calling _DTE.ItemOperations.NewFile. I then insert the text into the view in one of two ways: creating a TextSelection from the ActiveDocument, or updating the ...
|
| Trouble with arrow keys navigation in ToolWindow | 05 Aug 2005 17:03 GMT | 2 |
My tool window contains two multi-line code editing controls. (They are not standard Winforms TextBoxes or the Core editor, but our own Win32 controls). I can get most keyboard functionality to work just fine. The edit controls properly receive a-z characters, and even ...
|
| Images_32bit.bmp format? | 04 Aug 2005 08:53 GMT | 1 |
Many of the samples that ship with the VSIP SDK and have a UI Package contain an image file named Images_32bit.bmp. What's the exact format of this image and what paint programs can I use to edit it? I've tried Visual Studio's image editor (refuses to load the bmp), MSPaint and ...
|
| new menu item stuck to the main menu bar | 03 Aug 2005 18:18 GMT | 1 |
I have created an addin to display a new menu on the main menu bar and the toolbar of the Visual studio IDE. I am facing a problem that the menu keeps appearing even though I uninstall the addin. I unselected it from Tools->AddIn Manager and Tools->customize. But it appears again ...
|
| Create a managed VSPackage with Menu Command not working from New | 03 Aug 2005 14:18 GMT | 5 |
I had gone through all the samples in the VSIP Environment SDK without incident. I tried to use this simple little walkthrough: Extending Managed VSPackages with Automation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/automation_walkthrough ...
|
| Problem with newProjectItem | 02 Aug 2005 18:17 GMT | 1 |
I have created a new ProjectItem for C#. I copied vsz and vsdir files to the \Microsoft Visual Studio .NET 2003\VC#\CSharpProjectItems folder. It is working fine, but my other wizards under VC# are not working. Like when I try to create new class,form, etc. It gives me error ...
|
| addIn doesn't get removed from Tools->customize | 02 Aug 2005 00:30 GMT | 1 |
I have created a menubar item(AddIn), its' connect mode is Startup. On disconnection, I am removing the item from the menu bar, but it doesn't get removed from the Tools->Customize list. Now every time I start VS, it adds new item to Tools-> customize list. How can I remove it ...
|