| Thread | Last Post | Replies |
|
| Global Services | 31 Aug 2005 18:46 GMT | 1 |
I have a package that offers a service. I'd like to use this service from a tool window that I have created. The tool window doesn't have a reference to a service provider (at the moment). How do I get the service from my package?
|
| Determining Topmost Tabbed Document | 31 Aug 2005 18:41 GMT | 3 |
Is there an easy way to determine which is the topmost tabbed document? Using DTE.ActiveDocument gives me the topmost document (edit buffer), but won't work when another toolWindow is in Tabbed Document state sitting on top of the ActiveDocument. In essence, I'd like to know ...
|
| Undo/Redo | 31 Aug 2005 00:42 GMT | 9 |
what do I have to implement, in order to standard UnDo/Redo buttons goes enabled, when my toolwindow is active? I can't find any example.Do I have to make workaround and place an editor on my toolwindow and disable it's visibility? Any easier solution?
|
| get local registry | 30 Aug 2005 23:10 GMT | 1 |
where do I get SID_SLocalRegistry and IID_ILocalRegistry? Thanks, Boni
|
| VS2005b2 web project references problem | 30 Aug 2005 21:27 GMT | 1 |
I use the following code to iterate thru the web project references. For some reason, the collection contains assembly references, but no references to projects. Project vsproject;
|
| rguidPersistenceSlot | 30 Aug 2005 16:40 GMT | 1 |
What is rguidPersistenceSlot argument in IVsUIShell.CreateToolWindow? Follwoing line : hr = vsUIShell.CreateToolWindow(Convert.ToUInt32(__VSCREATETOOLWIN.CTW_fForceCreate),
|
| convert integer to system.uint32 | 30 Aug 2005 14:10 GMT | 1 |
How do I convert an Integer into system.uint32. dim MN as integer=1 dim ComArg as System.Uint32=MN <-compiler error? Thanks in advance,
|
| How to update the editor's * dirty indicator | 30 Aug 2005 01:49 GMT | 5 |
I have a custom editor with undo/redo capabilities and it's working great. The problem I'm having is that after making a change to it via the Properties window the * doesn't show up in the editor's filename until I return focus to the editor. Also, the undo/redo menu items ...
|
| Get project GUID via DTE (Extensibility) | 29 Aug 2005 14:53 GMT | 1 |
Is there a way to get the Guid of a C# project within a solution (.SLN) file using VS.NET 2003 extensibility? I am able to get DTE.Project object but can't find a property that contains a Guid that would uniquely identify the project.
|
| VS 2003 macro conversion to VS 2005 macro - documentation | 27 Aug 2005 09:51 GMT | 3 |
I am trying to convert some Visual Studio 2003 macros to run under Visual Studio 2005 Beta 2. Is there any documentation that outlines what, if any, changes need to be made?
|
| VS2005 Determining if folder exists | 26 Aug 2005 20:08 GMT | 2 |
Since everyone else is moving on to VS2005, I guess I'll have to do the same (ten times the number of thread views when referencing 2005)... If I create a wizard script (Default.js) to add a new item to my existing project, how do I determine if a given subfolder already exists in ...
|
| Programmatically saving/restoring user customizations for devenv /setup | 26 Aug 2005 10:53 GMT | 1 |
First, sorry if this has been covered before. I would like to avoid wiping out a user's customizations when I run devenv /setup to install my package. I understand it is now possible to use a wizard-based tool from within Whidbey to export and later re-import a user's settings, ...
|
| Detecting Batch Build settings through Environment Macro in MacrosIDE | 24 Aug 2005 10:19 GMT | 2 |
I am currently trying to write a macro which will be able to detect which projects and configurations are being built within a solution in order to produce an estimation of the time left. At present, the only method I am aware of is to us the
|
| Editpoints for comments? | 24 Aug 2005 09:09 GMT | 1 |
is it possible somehow to get a list of commented areas in the source file using codemodel? Thanks, Boni
|
| How to use "UIHierarchy.get_SelectedItems()" in C++ | 23 Aug 2005 23:07 GMT | 1 |
How can I use UIHierarchy.get_SelectedITems() in C++? Visual Basic Code :: Dim UIH As UIHierarchy = applicationObject.Windows.Item(Constants.vsWindowKindSolutionExplorer).Object
|