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
 double click in intellisence box select wrong item
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

HBTeun
Senior Member

33 Posts

Posted - May 20 2010 :  04:50:48 AM  Show Profile  Reply with Quote
I've noticed that double clicking on a item in the Intellisence listbox selects the top item that's displayed.

I'm using version 1823 in VS2010 RTM.

ToeKnee
Starting Member

United Kingdom
1 Posts

Posted - May 20 2010 :  11:30:47 AM  Show Profile  Reply with Quote
This problem exists in VS2008 and VS2005 too.

Rolling back to version 1822 solves the problem, so it must be a newly introduced bug.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 20 2010 :  5:01:19 PM  Show Profile  Reply with Quote
Can you please post a code sample that illustrates this problem. I have just tried this with C++ and a listbox after:

static void testGeneralCode()
{
	std::|
	int nFred;
}


I have selected 5 different items from this listbox via double click, and the correct item was inserted every time. I have also tried the listbox triggered here:

static void testGeneralCode()
{
	std::string strTest;
	strTest.|
	int nFred;
}

again no sign of the problem. VS2010, VA 1823 under winXP.

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

HBTeun
Senior Member

33 Posts

Posted - May 21 2010 :  05:24:58 AM  Show Profile  Reply with Quote
For example:

namespace ConsoleApplication1
{
class Program
{
static void Main( string[] args )
{
var tmp = 1;
tmp
}
}
}

Press . after tmp to open the listbox (it did not happen when I forced it open; ctrl+space).
Then double click on an option such as "GetType" and you get "CompareTo".
Even when I first select "ToString" (with mouse) and then double click "GetType" I get "CompareTo".

Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 21 2010 :  11:11:13 AM  Show Profile  Reply with Quote
I did not realise you were working in C#, I am seeing the same problem now:

case=44023

We believe we have fixed this internally, and are hoping to post a new build of VA soon.

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

SvenC
Tomato Guru

Germany
339 Posts

Posted - Jun 01 2010 :  11:15:32 AM  Show Profile  Reply with Quote
Hi feline,

any news about a new build which fixes this? This one bugs me quite regular.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jun 01 2010 :  2:36:40 PM  Show Profile  Reply with Quote
This will be fixed in the next beta, which should be available in the next day or so.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jun 03 2010 :  10:15:31 PM  Show Profile  Reply with Quote
case=44023 is fixed in build 1825

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