Build 4169 has broken the feature - On a line, if you put down the (arrow down) button, if you are in middle of line - would take you to the end of line. This was very useful feature. The developers have “Broken this feature” and now “arrow-down” button doesn’t take now - to the end of line. Need to fix this broken-thing asap.
Build 4169 - down button does take to the end of line
Valerie
#2
Are you referring to when you’re on the last line of the file?
This is controlled by the move_to_limit_on_up_down
setting. There was previously a bug (which has since been fixed) where pressing down on the last line would move to the end regardless of what it was set to.
If you want to enable this behaviour, add "move_to_limit_on_up_down": true,
to your preferences.
1 Like