| Thread | Last Post | Replies |
|
| Using VSProject interface from unmanaged code | 09 Aug 2004 22:43 GMT | 1 |
I need to tweak the project settings of a VB.NET project from within my VSIP project. Specifically, I need to set the References in a VB.NET project whose referenced assembly paths are not known until runtime. I want to do this from within my unmanaged code but cannot find a ...
|
| Persisting ToolWindow state | 09 Aug 2004 22:26 GMT | 2 |
I have the following problem: I wrote a managed package which adds a new ToolWindow to VS. Inside the toolwindow, I can connect to different servers (just like adding servers in ServerExplorer). I'd like to get the chance of persisting somehow the list of connected
|
| Defining command keyboard shortcuts in CTC file | 05 Aug 2004 07:08 GMT | 2 |
I'm trying to get a keyboard shortcut (Ctrl-Shift-Alt-G) associated with a menu item in my CTC. I want the shortcut to be global (not bound to an editor). I've been looking at KEYBINDINGS_SECTION, but I have a feeling I'm barking up the wrong tree (since even setting the editor GUID ...
|
| Getting an IServiceContainer | 03 Aug 2004 21:31 GMT | 1 |
I want to add my own service. I think that proper way is to simply add an object to IServiceContainer so that later an IServiceProvider can be used to get it. But where do I find an IServiceContainer object to add my own service to?
|
| Multiple documents for one single project item | 03 Aug 2004 18:04 GMT | 1 |
using VSIP I have programmed a graphical editor for certain XML files for which I need to save it's layout in a different file that the edited one. For instance I want the files userfile.xml and userfile.xmx to be recognized as one single project item and get shown in the solution ...
|
| Detecting a window closing (second time) | 02 Aug 2004 23:28 GMT | 3 |
I posted this once before, but the issue is still not solved. For some reason the post, and all replies have been removed from this newgroup already. I am opening some Code windows from a VsPackage derived class with the
|
| Inserting wizard code: FileCodeModel or CodeDom? | 02 Aug 2004 22:17 GMT | 1 |
I am writing a wizard that adds validation and other code to an existing ASP.NET web page in an automated fashion. I can find the code-behind file and get its FileCodeModel, find the elements within etc. That all works well, at least once I found my way around the MANY ...
|
| How to capture the key event in add-in | 02 Aug 2004 15:43 GMT | 1 |
How to capture the interesting key event in an add-in. For example, if user press TAB key, I would like to do other thing instead of insert a tab. I read throught the "Automation and Environment Reference" in MSDN and can not figure out how to do it. Thanks in advance.
|
| Manipulating a CommandBar object | 02 Aug 2004 11:49 GMT | 1 |
I'm trying to add a new menu bar to my Add-In instead of adding to an existing menu. I've got this working fine, but I can't figure out how to change a few properties on the CommandBar... Specifically I need to set the BeginGroup option. How do I get at the
|