Author |
Topic |
|
tom_seddon
Tomato Guru
162 Posts |
Posted - Nov 22 2009 : 1:06:17 PM
|
If the cursor is on the first character of an identifier, one can't invoke the Refactor context menu using a shortcut key. For example, if | is the cursor position, one can't invoke the refactor menu here:
int |variable
But here, it works fine:
int v|ariable
This is annoying if one is going through a column of identifiers that are aligned, because after refactoring one the cursor is left on the first character and so one has to move down and right rather than just down.
To my mind, the logic that Ctrl+W uses is better.
Thanks,
--Tom |
Edited by - tom_seddon on Nov 22 2009 1:06:35 PM |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Nov 23 2009 : 12:08:12 PM
|
I am seeing the same effect here. Thank you for the clear description.
case=6820
For now you can access the refactoring commands via the IDE context menu (VS2003 and above) and the VA Shift + Right click menu, both with the caret at the start of the symbol. I know this is not the same, but hopefully it will help a bit. |
zen is the art of being at one with the two'ness |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Jan 31 2010 : 1:28:19 PM
|
case=6820 is fixed in build 1810 |
Whole Tomato Software, Inc. |
|
|
|
Topic |
|