Author |
Topic  |
|
Sres
New Member

5 Posts |
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 |
There are 10 types of people, those who understand binary and those who don't |
|
accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
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. |
 |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
Posted - Apr 22 2010 : 4:07:39 PM
|
Thanks for the report - that definitely is a show stopper. |
 |
|
support
Whole Tomato Software
    
5566 Posts |
Posted - Apr 23 2010 : 03:19:14 AM
|
case=43213 is fixed in build 1822 |
Whole Tomato Software, Inc. |
 |
|
Sres
New Member

5 Posts |
Posted - Apr 23 2010 : 03:25:07 AM
|
Glad to help, tested 43213 and that is great, thank you. |
There are 10 types of people, those who understand binary and those who don't |
 |
|
support
Whole Tomato Software
    
5566 Posts |
Posted - May 10 2010 : 9:02:30 PM
|
case=43220 is fixed in build 1823 |
Whole Tomato Software, Inc. |
 |
|
|
Topic  |
|