| Thread | Last Post | Replies |
|
| Macros: can I get some basics? | 27 Apr 2006 16:23 GMT | 1 |
Is there a good site with info on writing IDE macros? I've examined the sample macros and that helps a little, but I'd really like some more in-depth info. For example, when would you use an EditPoint over a TextSelection? They both seem to have very similar methods and ...
|
| Counterpart to Edit.LineTranspose? | 27 Apr 2006 07:07 GMT | 3 |
Is there a counterpart to Alt+Shift+T which is Edit.LineTranspose? I guess not, right? But this imho is awkward. Like an indicator on a car but only for the left side, not for the right?
|
| Code Snippet Manager does not appear in Tools menu | 27 Apr 2006 06:33 GMT | 2 |
I've just installed VS2005 Team Developer and wanted to install new C# code snippets, but surprisingly there is no Code Snippet Manager in Tools menu of my VS IDE. Is this any setting I miss to set (I've looked at them all, but with no
|
| visual studio 2005 -- very slow index generation | 26 Apr 2006 17:25 GMT | 3 |
After I open vs 2005, the first time I hover my mouse over the Index or select it from the menu, it takes a very long time before it appears (30 seconds - 1 minute, or so). Is there some setting I can toggle to speed this up?
|
| VS2005, Arrow keys, keyboard mapping schemes gone. | 25 Apr 2006 12:53 GMT | 2 |
Something weird happened to my IDE today. My arrow keys no longer work, I can't backspace, I can't delete, I can however type letters and numbers. I went into the Tools->Options and went to the keyboard page and lo and behold there was NOTHING there. Seriously, all the combo
|
| How to see comipler output window | 25 Apr 2006 11:36 GMT | 1 |
In VS2003 I could enlarge the output window during compilation and see the details as it proceeded. Now in VS2005 I only see a tiny 1-liner on the status bar. Is there a way to see the details as before?
|
| Visual Studio 2005 has lost all shortcut keys! | 25 Apr 2006 08:02 GMT | 1 |
I have, in approximate order, over a few months, done the following: 1) Installed Visual Studio 2005 Pro with C# and C++ languages 2) Installed December 2005 DirectX SDK 3) Installed AMD CodeAnalyst
|
| Configuration Manager is disabled | 24 Apr 2006 15:42 GMT | 4 |
Last night my configuration manager suddenly stopped working. This is C# 2005 Express Edition I can not switch from release or debug in any existing or new projects... Anyone have any ideas?
|
| Upgrade visual studio to accept new languages? | 24 Apr 2006 10:38 GMT | 1 |
Hi there i have visual studio 2005 in english and now im looking for how to put spanish language on it so all the ui shows in the spanish language but i cant find any package that puts me the VS UI in spanish Somebody knows how to do this?
|
| obtain the name of the current subroutine | 24 Apr 2006 10:35 GMT | 3 |
I am trying to write a macro that can write a line such as: LogPrint("Subroutine <SubName> in Module <ModName>" and I am stuck getting the current subroutine name <SubName>. The module name is OK - it is
|
| Can't start SQL Server Business Intelligence Development Studio | 21 Apr 2006 23:51 GMT | 2 |
When I took my laptop home last night, I couldn't successfully start-up SQL Server Business Intelligence Development Studio. I got the following message: "Timed out waiting for a program to execute. The command being executed was
|
| Active CSS rules? | 19 Apr 2006 19:46 GMT | 3 |
Not sure if this is the right place for this question but... Is there a way to view all of the CSS rules currently applied to an element? I know that the IE developer bar allows you to see this but it's a pain to have to switch to that view to get this info. I think dreamweaver ...
|
| Reflecting on Types in Project Assemblies | 19 Apr 2006 09:36 GMT | 10 |
I'm in need of some leads/pointers on handling reflection of project assemblies in VS2005. Here's an example of what I'd like to do: say I have a custom UITypeEditor which lets me pick Types descended from a class called BaseType. There might be many classes derived from BaseType ...
|
| add->tableadapter is grey | 19 Apr 2006 07:16 GMT | 1 |
In my dataset when I have a table without a dataadapter I cannot add one to the table. The add->tableadapter popup menu item is grey. How can I add it in the ide? Thanks
|
| Font 'Arial' doesn't support style 'Regular' | 19 Apr 2006 06:54 GMT | 1 |
From today, when I try to open a rdl report in visual studio 2003 I get the error message above. I've checked the xml of the rdl file and there is no Arial font used neither the keyword Regular.
|