Deployment in vs2005
Tue, 6 Jun 2006 11:43:01 -0700
I was looking at the differences in deployment between vs2003 and vs2005
(http://www.knowdotnet.com/articles/addininstallation.html). Does this apply
to all add-ins in vs2005 or just ones written in managed code? I created an
unmanaged C++ add-in in vs2005 and it did not generate the .AddIn xml file,
plus ...
|
Expanding TextSelection
Tue, 6 Jun 2006 14:38:35 -0400
How do I get the whole word of a text selection. For example, If my
TextSelection object IsEmpty = True, then how can I get the whole word?
Similiar behavior can be found when you simply click on a word in code
(without selecting any characters) and hit Ctrl+F (Find) In the find dialog,
is the entire word ...
|
How to remove named command?
Tue, 6 Jun 2006 11:12:02 -0700
I have a toolbar with 3 buttons, each button is created by
EnvDTE::Command::AddControl() after the command has been added to the visual
studio 2005 environment via AddNamedCommand().
The problem I have is that I don't want these commands to be accessible
anywhere else in the environment. So here are my qu ...
|
Managed Babel Framework?
Mon, 5 Jun 2006 13:36:02 -0700
What happened to plans for having the Babel Language framework become
managed? This was in the sprint review for the V1 release, and then
disappeared from the V2 and V3 sprint review files. This is something I am
very interested in and would like to see return.
Benjamin S. Ralston
The Boeing Company ...
|
IDataObject for typeof(Control)
Fri, 2 Jun 2006 20:24:31 +1000
Hi,
Our package (C#, using VS 2005), makes use of the toolbox and will add some
custom controls (e.g classes that inhit from
System.Windows.From.Control) for our desginer..
What i would like is when i create my IDataObject with my data (my format)
to be added to the toolbox, i also want place the 'Con ...
|
ANN:June 2006 CTP available, 1st CTP in v3
Thu, 1 Jun 2006 13:19:42 -0700
Hot off the presses, the v3 June CTP is available at
http://www.vsipmembers.com. .
The goals for the v3 SDK are around polishing the Visual Studio Team System
bits, adding Web Projects to IronPython, and more Project Systems and
Editors. You can see the beginnings of Web Project support in that you can
...
|
ElementAdded event not firing
31 May 2006 08:38:30 -0700
Hello,
I'm trying to create an add-in that handles the
CodeModelEvents.ElementAdded event in VB projects. My handler will fire
if I'm adding a function to a class that's part of a Windows
application project. If the class is part of a Class Library (dll)
project, however, the event does not fire. I download ...
|
|
|
Creating a context menu popup in a package
Tue, 30 May 2006 16:11:01 -0700
I'm trying to add a context menu command bar to a control (ListView) in a
tool window within a package. I understand how to add sub menus into existing
context menus, but I'm not sure how to add a brand new menu, meaning no
parent.
I would like this menu to show when a user right-click's on the ListView. ...
|
Question on the Class Diagram Designer..
Wed, 31 May 2006 09:01:19 +1000
Hi,
Does anyone know wether it's posible or use the class diagram designer
extentation through the VS 2005 SDK ? (c#) in
my package ?
is there any information or sample's ?
Cheers,
Fred
...
|
Regular expression to delete end-of-line comments
Tue, 30 May 2006 21:56:33 +0100
Hi All,
I am attempting to write a macro to delete end-of-line comments containing
preceding code using a regular expression.
eg:
// This is the constructor of a class that has been exported. NOT TO BE
DELETED
// see dll_three.h for the class definition NOT TO
BE DELETED
// ...
|