T O P I C R E V I E W |
Sres |
Posted - Apr 22 2010 : 10:25:49 AM Hi,
Have started using the RC for VA and come across a few oddities.
I'm using VS2010 Ultimate on a Win7 64-bit OS.
1. Immediate Window intelisense fails to get focus. 2. Custom VA Snippets do not work in one instance
The Immediate window within a 32-bit environment (on a 64-bit OS), has a problem, create a new C# application, put a breakpoint after InitializeComponent(); and run the application, once the app hits the breakpoint go to the immediate window and type ?Form1. after the dot the intellisense appears, but the focus is set to the Form1.cs file and not the immediate window. The dropdown then does not have focus and so typing does not effect the listbox. < This is a show stopper in my book.
The Custom VA Snippets are a real pain. I have a snippet as follows
Title: //? Shortcut: //?
Code:
// ---------------------------------------------------------------------------------------------------------------------- // // Function ..... : $end$ (). // Purpose ...... : // Parameters ... : None. // Returns ...... : Nothing.
This does not work, however change the title to something else like Function Header - Event and it works perfectly.
Regards
PAul |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - May 10 2010 : 9:02:30 PM case=43220 is fixed in build 1823 |
Sres |
Posted - Apr 23 2010 : 03:25:07 AM Glad to help, tested 43213 and that is great, thank you. |
support |
Posted - Apr 23 2010 : 03:19:14 AM case=43213 is fixed in build 1822 |
sean |
Posted - Apr 22 2010 : 4:07:39 PM Thanks for the report - that definitely is a show stopper. |
accord |
Posted - Apr 22 2010 : 3:49:59 PM 1. A bug has been created for this: case=43213
2. I was able to reproduce this: case=43220
As you pointed out it depends on the title of the snippet. It seems VA get confused when the title and the shortcut strings are the same. |