T O P I C R E V I E W |
scottbilas |
Posted - Apr 02 2010 : 12:40:14 PM This is a minor bug. In VAX 1814 on VS2008 if I type:
var q =
I get a drop down with "new var". I realize this is some generic code putting the type from the left on the right for a new operation, but "var" is not a type and should not be in the dropdown list as a choice.
|
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Apr 10 2010 : 9:29:11 PM case=41898 is fixed in build 1819 |
sean |
Posted - Apr 08 2010 : 4:58:20 PM case=41898 |
scottbilas |
Posted - Apr 02 2010 : 1:55:56 PM You're right, good point - it doesn't. Should probably skip the dropdown entirely when we're working with a var. |
sean |
Posted - Apr 02 2010 : 1:47:49 PM Does null make sense here either? |