Hi! I have a question about the way the delete key works in Visual Studio 2008 (w/ Resharper).
If I put the cursor on the end of a line and press delete, the line is concatenated with the next line. However, the cursor has now moved to the end of the new concatenated line (as if End was pressed also), instead of remaining at the same column as before the press.
This is not all the time: some days it works as usual. ??
I have search through the settings but not found anything that would control this behaviour. Does anyone know what's going on? I realise there are some uses for this behaviour but I would like to feel I am in control of my IDE... ;-)
Thanks