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
 VA Suggestion Incorrect
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Christopher Holt
Ketchup Master

USA
70 Posts

Posted - Aug 08 2006 :  10:12:12 AM  Show Profile  Reply with Quote
I just upgraded to VA 1531 and now suggestions are not working after hitting the '=' key when assigning to a class property.

I am using VS2005 C#.
Note in the picture below that the suggestion list is completely off base when trying to assign a ConformanceLevel enum to the ConformanceLevel property.



I have tried rebuilding the symbol database and clearing all cache files.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 09 2006 :  8:37:20 PM  Show Profile  Reply with Quote
can you try turning:
VA Options -> Text Editor -> listboxes -> get content from default intellisense

On and triggering a CTRL-SPACE list box with it both on, and then turning it off again, and then triggering another CTRL-SPACE listbox?

i ran into a similar sounding problem myself in VS2005, C++, and this fixed it for me.

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

Christopher Holt
Ketchup Master

USA
70 Posts

Posted - Aug 09 2006 :  10:35:13 PM  Show Profile  Reply with Quote
Nope that didn't help.
Go to Top of Page

John_H_Bergman
Tomato Guru

USA
198 Posts

Posted - Aug 09 2006 :  10:40:04 PM  Show Profile  Reply with Quote
Didn't help me either, and here is another clue

public ScanFileData(string strFileName,HashValue oHash)
{

m_strFileName=^^^
}

private string m_strFileName;
private HashValue m_oHashValue;

Starting with the ^^^, I type str and the listbox pops up with m_strFileName selected, and strFileName right below it.

This is really annoying.

I've also had it where I have two function names

Requireanything()
Requirething()

When I type xxx.requirething and let the intellisense correct it, I get Requireanything, which is also clearly incorrect.


John H. Bergman
CTO
SiliconZone


[email protected]

To Send email, remove the .online.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 09 2006 :  10:44:05 PM  Show Profile  Reply with Quote
VA X doesn't generate listbox content for C#, and VA X does not generate any sort of listbox prior to the typing of at least one character in any programming language.

Default Intellisense is generating the content you see. For C#, VA X takes the default content and populates an enhanced listbox with it. You see the VA X listbox, hence the filtering toolbar, but it was the IDE that told VA X what to put into the listbox.

Either the IDE is misguided or VA X is munging the content as it populates its enhanced listbox.

See if the problem occurs if you disable the "shrink", "guess contents" and "list non-inherited first" options in the Listboxes node of the VA X options dialog. (These are the options that control how VA X populate its enhanced listbox.)

You might also try to reproduce the problem after unloading VA X "at startup" using Tools|Add-in Manager. Maybe the IDE generates the wacky content on its own once in a while.
Go to Top of Page

John_H_Bergman
Tomato Guru

USA
198 Posts

Posted - Aug 09 2006 :  11:19:53 PM  Show Profile  Reply with Quote
Hmm, I'll check it out, but this behavior changed from 1530 to 1531. I'll post again shortly when any additional information.

John H. Bergman
CTO
SiliconZone


[email protected]

To Send email, remove the .online.
Go to Top of Page

Christopher Holt
Ketchup Master

USA
70 Posts

Posted - Aug 10 2006 :  06:50:24 AM  Show Profile  Reply with Quote
Unchecking those options doesn't help. However, your comment about getting intellisense from VS is kind of strange since I have an option in the ListBox section that says Get content from default Intellisense and it is not checked.

Also, I would like to reiterate what John said. This only started happening with 1531 so I doubt this is a VS2005 Intellisense problem.
Go to Top of Page

John_H_Bergman
Tomato Guru

USA
198 Posts

Posted - Aug 10 2006 :  11:18:44 AM  Show Profile  Reply with Quote
No change for me either

John H. Bergman
CTO
SiliconZone


[email protected]

To Send email, remove the .online.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 12 2006 :  6:47:50 PM  Show Profile  Reply with Quote
i am seeing the same thing here

case=2052

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

support
Whole Tomato Software

5566 Posts

Posted - Aug 12 2006 :  9:00:38 PM  Show Profile  Reply with Quote
The option to "Get content from default Intellisense" applies to C/C++. One might argue it should be on the C/C++ node, not on the Listboxes node of our options dialog.

http://www.wholetomato.com/products/features/members.html?goto=defaultIntellisense
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 13 2006 :  4:43:47 PM  Show Profile  Reply with Quote
i only suggested playing with it since the initial problem description did not make much sense to me (i was a little over tired) and it sounded like a problem i had recently run into in C++ that was fixed by playing with that option. in this particular case the whole suggestion was rather unhelpful, sorry about that.

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

Christopher Holt
Ketchup Master

USA
70 Posts

Posted - Aug 22 2006 :  10:11:40 AM  Show Profile  Reply with Quote
quote:
Originally posted by feline

i am seeing the same thing here

case=2052



Is this going to be fixed in the next release? If it is do you know when that will be. This has started getting very annoying because if I type something simple like, try, and then hit enter it changes my try to whatever it was highlighting at the time which is usually some obscure object. This happens with other things as well (else, maybe) can't remember.
Go to Top of Page

rhummer
Tomato Guru

USA
527 Posts

Posted - Aug 22 2006 :  10:51:00 AM  Show Profile  Reply with Quote
it appears it will be fixed for the next build.

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 26 2006 :  1:42:57 PM  Show Profile  Reply with Quote
the next build should appear in the next day or two, and this is indeed fixed, at least for me, in the next build.

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

support
Whole Tomato Software

5566 Posts

Posted - Aug 27 2006 :  7:12:23 PM  Show Profile  Reply with Quote
Fixed in build 1533.
Go to Top of Page

Christopher Holt
Ketchup Master

USA
70 Posts

Posted - Aug 28 2006 :  5:49:57 PM  Show Profile  Reply with Quote
quote:
Originally posted by support

Fixed in build 1533.



This definitely appears to be fixed in 1533. Thanks!
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