Author |
Topic |
|
DrB
Senior Member
28 Posts |
Posted - Nov 24 2004 : 11:56:46 AM
|
I'm seeing a bug in the C# completion that's been in for a few versions (I'm using 1287 now). Are others seeing this?
For example, I type in:
StreamWriter sw = new StreamWriter("C:\\\\t.txt"); sw.W
and I get a bunch of choices with WriteLine as the prefered choice, so I hit tab and all is well. Then I type ");" to finish the line and it gets garbled to:
sw.WriteLine;riteLine
Anyone else seeing this?
I sent an email to [email protected] with screen shots. |
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Dec 09 2004 : 5:16:34 PM
|
are you getting a suggestion listbox, one with question mark icons, and accepting: "WriteLine(" ?
i have a C# console application i use for testing C# bug reports, being a C++ programmer myself, and i cannot get to the point where i just need to type ");" to finish the line.
if i have insert brackets turned on then accepting WriteLine inserts WriteLine()
or do you mean you are over typing the closing bracket? i have also tried this, but i cannot reproduce this bug.
using .NET 2003 and VAX 1287
can you make this go wrong in a different project? |
zen is the art of being at one with the two'ness |
|
|
DrB
Senior Member
28 Posts |
Posted - Dec 09 2004 : 5:41:39 PM
|
Yes, I'm typing over the closing parenth that VAX puts in.
This happens to me several times a day. It's not always reproducible. It does seem to only happen when double suggestion list boxes come up.
I often get the regular color selection box, but a second one appears above in black-and-white with a question mark next to the choices. This seems to signal that the text will get scrambled later.
I select the choices from the box using <tab> if that makes any difference. |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Dec 09 2004 : 6:11:26 PM
|
*um* i don't get this problem in C++, thankfully. |
zen is the art of being at one with the two'ness |
Edited by - feline on Dec 09 2004 6:12:12 PM |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Dec 26 2004 : 10:57:52 AM
|
"double suggestion" are definitely the cause. We have seen this before, but are unable to reproduce the problem. Can you give any clues or reproducible cases?
Others seeing this? |
|
|
|
Topic |
|