Abstract Syntax Tree
Thu, 27 Apr 2006 06:15:01 -0700
I's starting a new project at my university for design pattern detection. I'd
write a VS2005 Add-In but i need to access the abstract syntax tree used in
visual studio (if avaible). Do you know if it is possible?
thanks
...
|
Running Document Table
Tue, 25 Apr 2006 15:38:35 -0700
If I am going to edit a file that exists in my project through a *modal* interface such as a wizard, and I find it is not in the
Running Document Table, is the 'best practice' approach that I should still load it into the RDT and then edit it, or can I just
edit the file directly from the file system and save ...
|
Enterprise Templates Properties and commandbars problem
Tue, 25 Apr 2006 04:55:01 -0700
We are experiencing two issues using C# to extend Visual Studio 2003.
The solution being extended contains multiple Enterprise Templates (ETP)
that each contain one or more projects of various types.
The first problem is that we need to extend the properties displayed in the
property browser when an ETP ...
|
Event handler for removing a filter from the DTE
Mon, 24 Apr 2006 13:31:02 -0700
Hi,
I'm writing an add-in to customize the DTE in VS2005.
Is there an event handler that signals when a filter was removed from a
project in Visual Studio? I am trying to remove a directory if the filter
maps to a real directory, but can only get event handlers for when actual
items are removed from th ...
|
Adding Bindingsource to project
Mon, 24 Apr 2006 21:14:18 +0200
I am trying to add a Bindingsource to my project by means of EnvDTE.Project
from my addin. (VS 2005)
Any ideas on how to do that ?
Martin Stave
...
|
Package load key troubles
Mon, 24 Apr 2006 19:44:31 +0200
Hello. I developed a VSPackage and now would like to deploy it on two or
three test machines, without having to install the entire VSIP SDK. I
registered on the VSIP Affiliate website and got a package load key, but
unluckily all my attempts to load it with the /noVSIP switch have
failed, with Visual Studio re ...
|
Display column and proportional fonts
Mon, 24 Apr 2006 10:41:19 -0400
I've noticed that the status bar on VS displays line, column and char
positions (shown as 'Ln' 'Col' and 'Ch'). On normal fixed-width fonts, Ch
and Col are the same except when the line contains tabs. Tabs are easy to
understand and the functions like Source.ColumnToVisiblePosition() help deal
with these ...
|
|
|
Obtaining object information
23 Apr 2006 17:57:25 -0700
I'm trying to find a way to get object information very similar to what
can be found in the object browser. I found the SVsObjBrowser service,
but all you can do with it is have it navigate somewhere... you can't
ask it for infomation. UIHierarchy (class view, solution explorer)
doesn't seem to offer this in ...
|
Nested Property Pages
Fri, 21 Apr 2006 10:12:01 -0700
I am implementing a couple of new project types, using the IronPython
projects as inspiration. I want to have the Properties window be similar to
the Properties window of the Visual C++ project types. The VC++ projects have
a series of nested property pages under the Configuration Properites page,
such as ...
|
Visual Studio 2005 and Class Diagrams
Fri, 21 Apr 2006 15:47:07 +0200
Hi,
I have instaled MS Visual Studio 2005 on my private computer.
I created a VC++ project and now I want to add Class Diagram to my project,
according to help in MSDN
http://msdn2.microsoft.com/en-us/library/hyxd8c85(VS.80).aspx
but I do not see item Class Diagram.
Could you help me solve this problem,
...
|