Author |
Topic |
|
PatLuja
Tomato Guru
Belgium
416 Posts |
Posted - Dec 05 2003 : 07:28:14 AM
|
Hello all,
I saw a funny thing today, nothing serious but just funny (and if it happens to often maybe annoying).
Try the following piece of code:float a=1000f; Oops I forgot the .0 before the f. So I want to correct it. I place my cursor between 1000 and f and I type a dot. Hence the cursor jumps one character to the left (before the dot) and then one character back to the right (after the dot).
I've tried to type the dot and the zero fast after each other to see if the zero would appear before the dot, but that didn't happen. It's just a funny thing.
With kind regards, Patrick Luja |
|
gstelmack
Ketchup Master
USA
76 Posts |
Posted - Dec 08 2003 : 2:54:47 PM
|
Similar issue or not? I type:
mCenterX = 1.
As soon as I get to the period, I get a completion list with:
01f
0f
0f,
The first two have the blue boxes next to them, the third has the C++ page icon.
I keep typing and end up with 1.01f instead of the 1.0f I was trying to type.
|
-- Greg Stelmack, Red Storm Entertainment |
|
|
PatLuja
Tomato Guru
Belgium
416 Posts |
Posted - Dec 10 2003 : 03:29:04 AM
|
Hello Gstelmack,
I do agree it's really annoying to have VA X displaying so many autocompletions. It does it for numbers, but for me it also does it when I type: #ifdef _DEBUG When I press return it becomes: #ifdef _DEBUG_EVENT Something I've never used before.
This really is annoying.
However, I in my opinion this is somewhat unrelated to the jumping cursor. I do hope the Whole Tomato team can take a look at both... Thanks in advance.
With kind regards, Patrick Luja
|
|
|
|
Topic |
|