Error when linking dbgmetric.lib in VSIP 8.0 beta: a fix
1 Apr 2005 15:10:02 -0800
This is in reference to
http://groups.google.ca/groups?start=50&hl=en&lr=&group=microsoft.public.vsnet.vsip&client=firefox-a&rls=org.mozilla:en-US:official&selm=OYKIjUBpEHA.2784%40TK2MSFTNGP14.phx.gbl
The reason why linking fails is that the C++ files in
dbgmetric[d].lib libraries were compiled with /Zc:wcha ...
|
Different Editors using the same Extension
Wed, 30 Mar 2005 21:57:02 -0800
Hello,
Can I have different editors with the same extension?
For example - I have created 2 editors using VSIP wizards. They open up
files with .app extension in Visual Studio.NET. I need to open "Editor 1" if
it is a web project and "Editor 2" if it is a "Smart Device Application".
Editor 1 & 2 work ...
|
How to use undo/redo/ print buttons from tollwindow
Sun, 20 Mar 2005 14:51:33 +0100
Dear all,
I developed a tool window, which is a custom graphical editor. Now I would
like to use standard visual studio undo/redo buttons and printing dialog.
But these buttons are disabled when my toolwindow is focused, and also not
passed to Querystatus of the addin. On other hand, for example, build-in
...
|
Please Help to Resolve issue in VS Add-In in adding submenu to a menu item
Thu, 17 Mar 2005 04:15:09 -0800
(Type your message here)
--------------------------------
From: ravindran pandian
Hi Parmar,
I have to add a ATEStudio popup menu in the VS IDE Menu Bar as below and the menu item "New Test Program" is having submenus like ( Csharp,VisualBasic,ManagedC).
ATE STudio
>>New Test Program
...
|
How to enable ToolBoxItems (VS Integration Package [Custom Editor])
Wed, 16 Mar 2005 10:11:18 -0500
Hello,
my goal is to develop an own form designer using the Visual Studio
Integrati
on Package.
So far I proceeded as follows:
I have created a new "VS integration Package project"
I use C # as language
I set the integration package option to "Custom editor"
When the package runs a form is provided
...
|
How to enable ToolBoxItems (VS Integration Package [Custom Editor])
Wed, 16 Mar 2005 14:59:03 GMT
Hello,
my goal is to develop an own form designer using the Visual Studio Integrati
on Package.
So far I proceeded as follows:
I have created a new "VS integration Package project"
I use C # as language
I set the integration package option to "Custom editor"
When the package runs a form is provided
s ...
|
ANN: free DPack for VS.NET 2003/2005 v2.0.6
Sun, 13 Mar 2005 16:21:15 -0500
Hi all,
I'm pleased to announce that after several months of development,
DPack 2.0.6 has been finally released. DPack is a free VS.NET
2003/2005 add-in collection. DPack includes various browser tools that
allow the developer to quickly narrow the search down to a particular
class, method or assembly t ...
|
|
|
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 ...
|