adzenith wrote:These functions are intended to allow you to preview a location in a file. If you press escape, you'll move back to where you were. If you press enter, you'll stay at the new symbol or line.
I know how they work since I use them frequently, but since a few build there is bug that don't move the cursor back when you hit escape.
Actually it is because when you type some characters they are inserted at the right place, but visually the cursor is not at the right place. It's only a 'rendering' bug.
Don't know if it's a Windows only bug.
Note where the cursor is and the current line number is:

- stbug1.png (3.38 KiB) Viewed 265 times
I press ctrl+r that select the method name and hit escape.
Note where the cursor is and the current line number is, not the same line:

- stbug2.png (3.37 KiB) Viewed 264 times
I type ZZZZZZZZZZZZZ, the text is not inserted where the cursor was, but in the right place:

- stbug3.png (3.29 KiB) Viewed 264 times