T O P I C R E V I E W |
davegb3 |
Posted - May 20 2010 : 03:38:17 AM Hi, In the new version (1823), in VS2005, C#, if you type
private void
after the space after void, the private disappears and leaves just the void. This only happens if you type it quickly, type it slightly slower and it leaves it alone. It does the same with any type
private string
becomes:
string
It doesn't appear to do it all the time, but speed of typing is definitely a factor. I've not seen it happen on public, but maybe I can't type public so quick!
Any suggestions?
Thanks, Dave.
|
6 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - May 31 2010 : 1:03:28 PM Thank you for the screen shot and movie. They do show a listbox, but the listbox does not seem to explain what is going wrong here. This is very strange.
Can you try turning on VA logging, reproduce the problem a couple of times, and then turn off VA logging, to stop the log files getting to large. Hopefully this will offer some clues. Please see this FAQ for details of turning on VA's logging, and sending us the log files
http://docs.wholetomato.com?W305 |
davegb3 |
Posted - May 25 2010 : 02:37:37 AM Got it! I don't understand the listbox, but maybe you do?
http://screencast.com/t/MTBmOTI0N
In the video recording, this list was shown from the "vo" of void. The video is here, if it's any help:
http://screencast.com/t/ODJhOWViYTg
It does it twice in the video, the second time the recording captured the listbox.
Thanks again, Dave.
|
davegb3 |
Posted - May 25 2010 : 02:11:37 AM Yes, there is a listbox dropdown. However, if I type slowly it doesn't do it, so I can't see it. I'll try recording the screen and see if I can slow the video down to see the box.
Thanks,
Dave. |
feline |
Posted - May 22 2010 : 11:22:13 AM Do you see any sign of a "flash" when the problem occurs? Since turning off "Committed by pressing the space bar" helps then logically there should be a listbox that is being accepted.
So it might be a listbox that appears and is accepted virtually instantly, so you might see it "flash" by as this happens.
Seeing, and knowing more about this listbox might offer some clues as to the cause of this odd problem. |
davegb3 |
Posted - May 22 2010 : 05:11:04 AM Disabling VAssist fixes it - I'd checked that before I posted :)
Any character not valid in symbol is off Committed by pressing space bar is on.
I tried turning the "committed by pressing space bar" off, and that fixed it (atleast, I couldn't reproduce it with it off, turn it back on, and within 2-3 goes it had done it).
I have Usysware DPack installed too, and Ankhsvn. However, I've had an older version of VAssistX (I don't know which, sorry) for the last 3-4 months and not seen it, when I updated, it started happening.
For now I'll run with the commit with spacebar thing off and see how irritating it is without that (!), but it does look like something that's been introduced in the latest (or recent) version.
Let me know if there's anything else I can tell you that might help.
Cheers, and thanks for coming back to me. Dave. |
feline |
Posted - May 21 2010 : 5:26:57 PM Very strange. Can you see if you have either of the following options turned on:
VA Options -> Advanced -> Listboxes -> Selections committed with: Any character not valid in a symbol
IDE tools menu -> Options -> Text Editor -> C# -> IntelliSense -> Committed by pressing the space bar
if so, does turning one or both of them off help?
It almost sounds like some form of listbox is being accepted on space that is editing the line, but I am not sure what listbox, or why.
Does disabling VA via the menu item:
VAssistX -> Enable/Disable Visual Assist X
make any difference here?
Do you have any other IDE plugin's installed? |
|
|