Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 generics problem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

doogey
New Member

4 Posts

Posted - Apr 29 2008 :  09:00:30 AM  Show Profile  Reply with Quote
Hi,
I have noticed that the BCL generics are not parsed/handled correctly. I was hoping the latest 1632/1635 releases would fix the problem, but the issue is still present.

The issue really is that the suggestion dropdown box is essentially empty.

Here's some example code that illustrates the problem.


#include "stdafx.h"

using namespace System;
using namespace System::Collections::Generic;

int main(array<System::String ^> ^args)
{
	List<String^>^ stringList = gcnew List<String^>;
	String^ newItem = "first item";

	stringList->Add(newItem);

    Console::WriteLine(L"Hello World");
    return 0;
}


If you type a line like:

newItem->

you get an appropriate suggestions box of "String" things, right?

But if you type a line like:

stringList->

you either get absolutely no suggestion box, or a suggestions box that has one item "?array".

And it happens with the other generic types too.

Thanks,
--Zach

feline
Whole Tomato Software

United Kingdom
19021 Posts

Posted - Apr 29 2008 :  11:33:05 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=16372

For now can you try turning On:

VA Options -> Advanced -> Listboxes -> Get content from default Intellisense

this fixes the problem for me, on my test system.

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Mar 30 2009 :  08:46:35 AM  Show Profile  Reply with Quote
case=16372 is a duplicate of case=1204

case=1204 is fixed in build 1721

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000