Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 double click in intellisence box select wrong item

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
HBTeun Posted - May 20 2010 : 04:50:48 AM
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.
7   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jun 03 2010 : 10:15:31 PM
case=44023 is fixed in build 1825
support Posted - Jun 01 2010 : 2:36:40 PM
This will be fixed in the next beta, which should be available in the next day or so.
SvenC Posted - Jun 01 2010 : 11:15:32 AM
Hi feline,

any news about a new build which fixes this? This one bugs me quite regular.
feline Posted - May 21 2010 : 11:11:13 AM
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.
HBTeun Posted - May 21 2010 : 05:24:58 AM
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".

feline Posted - May 20 2010 : 5:01:19 PM
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.
ToeKnee Posted - May 20 2010 : 11:30:47 AM
This problem exists in VS2008 and VS2005 too.

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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000