T O P I C R E V I E W |
znakeeye |
Posted - Aug 11 2009 : 10:39:56 AM VAX 1649, XP SP2, VS 2008 SP1.
Consider this (cursor at '|'): pVariable| foo()
Now I type: [dot] [delete]
The result is: pVariable. foo()
I'd expect: pVariable->foo()
Why do you revert "->" after Delete key? Backspace makes more sense! |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 20 2009 : 4:03:23 PM This makes sense, I have put in a feature request to see what our developers make of this:
case=31281 |
znakeeye |
Posted - Aug 14 2009 : 04:04:20 AM Not very often, but when restructuring code (like in the sample above) pressing delete yields problem.
Perhaps you need som extra condition for this conversion to fire? Not sure exactly what that would be though. |
feline |
Posted - Aug 13 2009 : 1:57:58 PM We do revert after Backspace. The Delete key, personally I am not quite sure, but it seems reasonable to me, since some users do not always like VA making changes like dot to -> for them, and want the change to be very easily reversible.
Is this causing you problems when editing? |