When using Block Selection (and multi cursor edit) ESC is also used to dismiss this option.
CodeRush takes over and it navigates to the previous marker when it shouldn't.
To reproduce:
- Press F12 (go to definition) in any identifier (to navigate)
- Start editing with multiple cursors (Ctrl+Alt click somewhere in the document) or start block selection with Ctrl+Shift+Arrows
- Press ESC
CodeRush moves the cursor to where it was in step 1 instead of just dismissing the multi-cursor or block selection modes.
Hello,
I reproduced the issue in the case when the multi-cursor is active. We will research it and see if we can fix the issue.