| Thread | Last Post | Replies |
|
| HowTo: Add item to (maybe) existing folder | 23 Aug 2005 22:03 GMT | 2 |
I have an existing project. I'm developing a custom item template for use with teh VSWizard interface. I'm wondering how to detect whether or not a folder exists in the project (inside Default.js). If it does, then I need to get a reference to the folder obejct to pass to
|
| Trouble reading TextEditor package fonts and colors | 23 Aug 2005 21:46 GMT | 1 |
We would like our package settings to match the user's preferences for fonts and colors. To do this we have been reading the TextEditor category settings using the IVsFontAndColorStorage service interface. But we have run into a problem. If we operate against a "clean" Visual ...
|
| SCRIPT_COMMON_PATH -- "Object expected" error? | 23 Aug 2005 21:19 GMT | 1 |
I have a template wizard that is generating an "Object expected" error: VSWIZARD 6.0 Wizard=VsWizard.VsWizardEngine.7.1 Param="WIZARD_NAME = DNNModule" Param="WIZARD_UI = FALSE"
|
| Custom project SCC integration | 23 Aug 2005 08:37 GMT | 2 |
I'm trying to let our custom project to be added under source control. I implemented IVsSccProject2 on the project hierarchy node, returning the physichal path of the file associated to the node (which equals it's document moniker) in GetSccFiles. The IsDocumentInProject ...
|
| Custom AppWizard bug?? | 23 Aug 2005 00:14 GMT | 1 |
Hi, I am attempting to create a new custom app wizard that will output one solution that contains two projects. One is an MFC project and the other is a console. In the
|
| VSIP number of commands per package limitation? | 22 Aug 2005 17:49 GMT | 1 |
This is a real odd one. Several of our users reported a compatibility problem between their VS.NET 2003 add-ins and our VSIP package. Developer Express guys have even sent us a sample add-in to illustrate the problem.
|
| Empty Properties Window | 21 Aug 2005 11:55 GMT | 2 |
We are developing a new project type for VisualStudio 2003 in c#. The main part seems to be working, but there are some small, but annoying thinks that are not working well. These problems are: - The Build/ReBuild context menu command is not handled automatically.
|
| Intellisense | 20 Aug 2005 12:59 GMT | 2 |
is it possible to programatically force standard MS intellisense to reparse file? Thanks, Boni
|
| Property page dialog from file context menu in solution explorer? | 20 Aug 2005 05:12 GMT | 8 |
[another property page question...] In VC++, you can use the file context menu in solution explorer to select "Properties" and invoke the Property Page Dialog, with all the property pages that apply to the file. I'd like to implement similar functionality in a new
|
| IVsPropertyPage, get_CategoryTitle() not called | 19 Aug 2005 22:28 GMT | 7 |
I'm working on a project system derived from the MyC sample in the VSIP EnvSDK. I'd like to add IVsPropertyPage functionality to the Build property page, to place it under a category. I've done this successfully with the Debug property page, which has a different implementation ...
|
| Aborting a build process? | 19 Aug 2005 21:38 GMT | 8 |
I am planning to write custom behaviour in a pre or post build event, using the BuildEvents capability exposed by a project system's automation model. Is it possible, within one of these events handlers (e.g. OnBuildBegin) to abort the build process, if my custom processing ...
|
| Trying to convert macros from VC 6.0 to .NET 2003 | 19 Aug 2005 20:04 GMT | 6 |
I'm having a problem finding a way to determine which project is the active one. In 6.0 there was an ActiveProject but that doesn't exist in the new model. I can iterate over the list of projects in the solution but not sure how to determine which one is the active one. Any ...
|
| Project Properties | 19 Aug 2005 19:48 GMT | 3 |
Can anyone please help me or point me on how should I add Include additional directories dialog box to be fired from my custom properties grid.. Right now in my properties gird I have a simple edit box where user can type in the path manually which I want to replace..
|
| adding new button in team toolbar | 19 Aug 2005 14:34 GMT | 3 |
I'm new to vsip. I'm trying to add few buttons to existing 'Team toolbar' using add-in project. I have created new add-in project using demoadd in code. Now i want the first add bug button to execute command for opening my Bug work Item form. How do i get this command to put ...
|
| How to retrieve parent projectitem? | 19 Aug 2005 07:45 GMT | 6 |
I want to calculate the virtual path of a file included in a visual studio .net project. But unfortunately i'm only able to get the physical pathname of the project item. At the moment i recursivly search the project tree from top to bottom
|