|
|
|
Catch the event of item content change
Fri, 12 May 2006 03:19:02 -0700
We're working in vs.net 2003 to integrate it with internal SCM system.
We catch all open , save, change item selection events. But when we try to
catch the event of the first try to change any item content in any
editor.(Text editor, Winform Editor ,WebForm Editor ,Resource Editor, etc. )
we couldn't find a ...
|
programatically change user keywords color
Thu, 11 May 2006 16:51:33 +0200
Dear experts,
is it possible to programatically change user keywords colors?
Thanks,
...
|
Find in Files Does not work
Thu, 11 May 2006 03:08:02 -0700
Greetings,
I am using Visual Studio 2003 and all the sudden the Find in Files features
does not work. When searching in the current project or entire solution, all
that comes shows up in the output window is:
Find all "return", Subfolders, Find Results 1, Entire Solution, "*.*"
No files were found to lo ...
|
Handling a StandardCommands not defined in any VS default .ctc
Wed, 10 May 2006 23:34:01 -0700
Hello,
I have written my own package with its own .ctc. In this ctc, I populate my
menus with default commands and new commands. This works well except in one
case. The problem I am facing is how to deal with commands that are defined
by a StandardCommand field but have not been defined in any of the VS d ...
|
Add-in project (vs2005) not loading
10 May 2006 09:06:49 -0700
This seems really simple, but it's not working for me - I created a new
Add-In project after installing the SDK April 2006 release. The
project creates fine it seems, but when debugging, the new instance of
VS.Net does not have the add-in in it's Tools menu.
One other interesting thing - when I create the p ...
|
HOW TO: Add -> MyCustomForm context menu
9 May 2006 13:07:33 -0700
Hi,
I want to be able to allow the user of my visual studio package, to,
Right click on Project menu -> Add -> Select "MyCustomForm", where
"MyCustomForm" is the new context node that I want to add, just like
there is "Windows form" or "Component".
And then, which when clicked, would open up a form that I c ...
|
Typed dataset generation
Mon, 8 May 2006 09:37:29 -0700
Is there some way to tap into the methods used by vstudio to generate
strongly typed datasets? Whatever the DataAdapter designer uses when you
right click an adapter and select "Generate Dataset"......
We're doing some generation tailored to our own uses but really don't want
to re-invent the wheel here. ...
|
|
|
Add Web Project programmatically to EFP problem
Sun, 7 May 2006 13:21:02 -0700
Hello,
As part of a source control management project for Visual Studio, when the
user creates a new solution it is structured as such: Solution Level / ETP
Level / Project Level.
The solution contains an enterprise template that then contains the project.
One type of project that have to fit into thi ...
|
Commands filtering and word completion
Sun, 7 May 2006 08:23:01 -0700
I added filter by using IVsTextView.AddCommandFilter, and I want to show word
completion window without pressing ctrl+space or any other special keys. My
code watches user input and tries to guess, which word he wants to write;
when my code decides that choice is clear, it needs to show usual word
completi ...
|
[VSIP custom project] How to change project icon in solution explo
Sun, 7 May 2006 08:15:01 -0700
subj ...
|
|
|