gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Move cursors with arrows up and down keys should update the view.

Open akevalion opened this issue 1 year ago • 1 comments

Steps to reproduce it

  1. Select a method with a lot of lines of code
  2. move the cursor with arrow keys up or down.
  3. The current result is that the cursor is updated out of vision.

Screenshots

Before use arrow keys image

After use arrow keys image

Expected result: the scroll view should be updated when the cursor is moved with arrow keys.

akevalion avatar Feb 14 '24 21:02 akevalion

Confirmed on v1.0.1894 on Arm-based Mac. Annoying and feels similar to issue referenced by @cminter. The difference seems to be that in the other issue, the cursor is in a class comment (instead of a method), and the cursor won't move past the end of the view at all.

seandenigris avatar Jun 21 '25 22:06 seandenigris