Author |
Topic |
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Oct 14 2006 : 6:46:15 PM
|
VAX really is driving me nuts with its slow response when typing fast.
There are two problems coming up when you type fast and use completions: 1) VAX overwrites codeparts unrelated to the current word 2) VAX presentes items which are unrelated.
1) When fast tying VAX seems to loose context and comes up with whatever suggestion, mostly unrelated. Typing Ctrl+Space brings up a completion list, selecting an item will overwrite sometimes even the word before the current. e.g. somevar = new some| here it comes up with suggesting things starting with 'e', Ctrl+space brings up something more plausible, selecting SomeClass for example will then overwrite the whole "new some" part. Same happens often with class members: varDoWorkEventArgs.Re|, first showing suggestions with 'e', ctrl+space shows then the members, selecting "Result" overwrites the whole varDoWorkEventArgs.Re part.
2) I have the habit of relying on completion when I know that there is no "choice" to be made. For example: I type quickly Sy[Enter].Di[Enter].De[Enter] to end up (when it works) with System.Diagnostics.Debug
But... VAX now introduded a new random factor: when it has to load the information of the completion list, it swallows the chars already typed and shows items starting with the LAST char typed. In the above example it does not come up with .Debug but with .EntryWrittenEventArgs since it forgot the D and saw only the e. This is happening pretty frequent with anything that VAX seems not to have in memory and makes it a torture to use completion this way.
|
Edited by - Uniwares on Oct 14 2006 10:12:01 PM |
|
feline
Whole Tomato Software
United Kingdom
19023 Posts |
Posted - Oct 16 2006 : 2:27:03 PM
|
Does this seem to be a new problem in recent builds?
I have asked the developers for any ideas on this. |
zen is the art of being at one with the two'ness |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Oct 16 2006 : 3:14:39 PM
|
I havent seen that happen before 1539 (1538 maybe, not sure, but rather not). |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Oct 17 2006 : 12:07:30 PM
|
case=3050 |
|
|
|
Topic |
|