| Thread | Last Post | Replies |
|
| Adding an existing folder to a project | 25 Apr 2004 02:54 GMT | 5 |
This should be simple, but I'm stumped. I can right click on a project in the solution explorer and add a new folder, but I can't figure out how to add an existing folder to a project. When I tried to add an existing item in an existing folder to a project, and the folder is not ...
|
| Services provided by DTE | 23 Apr 2004 21:18 GMT | 1 |
Is there a LIST of all services provided by the DTE object through the IOleServiceProvider interface? Thanks!
|
| Highlight current line? | 23 Apr 2004 18:18 GMT | 2 |
Is it possible to have the IDE change the background color of the line that the cursor is on? That would be nice.
|
| Compile errors - only sometimes | 23 Apr 2004 14:46 GMT | 4 |
Anyone seen this? I can build project and all goes well, then start debugging and get build errors, click NO to not run, start debugging and all is well again. It is very frustrating especially since the dang thing has to check EVERY project
|
| Commenting Sections | 23 Apr 2004 13:50 GMT | 4 |
Is there any way to comment a whole section easily? Ideally, I'd like to highlight the section I want to comment, right click and select something like "comment". Is anything like this available?
|
| Auto generate comments in every source code page | 23 Apr 2004 04:27 GMT | 4 |
I would like to include a few lines of comment code which are some copyright statements at the header of every C# source code pages I created in the project, is it possible to do this so that VS.NET can generate this comments for me every time I create a new source code page
|
| Property toolwindow | 22 Apr 2004 17:06 GMT | 2 |
Hello is it possible to display my own class properties (thru a treeview) in the default visual studio 2003 property window? I've got a reference to the property window, that works. but can't get it fixed to display my own properties there. So i wondering if it's possible
|
| suggestion box | 22 Apr 2004 13:53 GMT | 1 |
I'm looking for an email address or web link where I can send feature requests for future versions of the VS IDE. Can anyone point me in the right direction?
|
| Command "Project.UnloadProject" is not available. | 22 Apr 2004 10:16 GMT | 3 |
In my add-in I had to modify the csproj file directly due to certain properties not being available in Project, VSProject or the Properties collection However, as the project in question is currently loaded in the IDE I need to reload it I discovered Project.UnloadProject and ...
|
| Usage DTE object in WSH | 22 Apr 2004 10:10 GMT | 1 |
please, sorry my little skills and stupid question (and my eanglish too). i use code like that - var dte = WScript.CreateObject("VisualStudio.DTE.7.1"); WScript.Echo("open solution: " + SomeFile);
|
| VS.NET Class Library | 21 Apr 2004 17:18 GMT | 5 |
Does anyone know if inside Class View or Object Browser (VS.NET 2003) is it possible 'to export' classes library tree? I need to make documentation, and I would like to attach the class tree representation of my library. Regards,
|
| Changed rescource values are not used | 21 Apr 2004 12:53 GMT | 1 |
if i change values in my resx file, the changes are not used until i reload the solution. Is there another way to inform the ide, that the resource was changed?
|
| findnextselected & findpreviousselected | 21 Apr 2004 04:17 GMT | 3 |
Is there any way to stop the above editor functions from rolling over the end of the file? For example if I repeatedly press the keyboard shortcut for either function when it gets to the end of the file it starts over at the opposite end, which I find very confusing.
|
| Automation sample ToolWindow Add-Ins (Automation Samples for Visual Studio NET 2002) | 20 Apr 2004 10:10 GMT | 3 |
Dear Sirs or Madams this Add-In sample works fine, but i have one problem In the OnConnection Event of the AddIn (connect.cs) we get the DTE object (OnConnection(object application,...), then the Class VSUserControlHostLib.IVSUserControlHostCtl is created via CreateToolWindow (..) ...
|
| How to add new item to context menu in schema designer | 20 Apr 2004 10:09 GMT | 1 |
'd like to make such thing when user clicks right button in schema editor he can select some items in context menu which I add I know that the same thing can be implemented in VS text editor, but how I suppose that schema editor also allows to do this
|