interacting toolbox tab with my Custom Editor ?
Wed, 9 Mar 2005 14:56:32 +0200
I have created a custom editor with VSIP. When i opened my custom editor
inside the Visual Studio (File -->New--> File-->MyEditor), I want to
interact the toolbox with my custom editor. When MyEditor is opened (a new
file with the name MyEditor.myext) i want the XML Schema toolbox tab is
being activated.
...
|
enable standard undo/redo buttons from addin
Mon, 07 Mar 2005 11:34:01 -0800
Hi I created a visual studio addin. There are some tool windows in it. So when one of the tool windows is focused, the undo button is disabled. Normally for my own buttons I use QueryInterface(.) to enable them. But how I canenable undo/redo buttons? Thanks in advance,
boni
-----------------------
Posted by a ...
|
Third project item editor
Mon, 07 Mar 2005 11:23:07 -0800
Hello,
May be you guys can help with following:
Suppose we have a c# file that contains a user control (a class derived from UserControl)
When we make a right mouse click on this file in the Solution Explorer a popup menu appears.
This popup menu contains (apart from other) two items: View Code and View D ...
|
test
Wed, 23 Feb 2005 16:28:57 -0800
...
|
Adding a Code Window Menu Item
Mon, 21 Feb 2005 08:57:49 -0600
I'm trying to add a new submenu to the VS.NET Code Window's context menu for
a Visual Studio Addin I am developing. I'm developing for VS.NET 2003 in C#
using the VSIP Extras. Can anyone post the set of commands that need to be
added to the PkgCmd.ctc file so that I can create a new context menu item?
Th ...
|
ANN: free DPack for VS.NET 2003/2005 v2.0.5
Sun, 20 Feb 2005 14:40:26 -0500
Hello all,
I'm pleased to announce a new version 2.0.5 (Beta 4) availability of
our free VS.NET 2003/2005 add-in collection called DPack. This version
introduces a brand new Solution Statistics feature. You can check the
change log, see the feature descriptions and screenshots, and download
DPack setup ...
|