You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of go to the start of line with Home button is not expected when a long line is wrap.
Expected Behavior
The cursor should go to the beginning of the whole line, not just the current wrapped line.
Current Behavior
If the code is auto wrap into two lines and the cursor is on the second half, the Home key will only move the cursor to the start of second line.
Reproduction Steps
input a long code and make it auto wrap into multiple lines, move the cursor to the very end of the whole line and use Home key to go to the start of line
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
1.24.1
The text was updated successfully, but these errors were encountered:
Describe the bug
The behavior of go to the start of line with Home button is not expected when a long line is wrap.
Expected Behavior
The cursor should go to the beginning of the whole line, not just the current wrapped line.
Current Behavior
If the code is auto wrap into two lines and the cursor is on the second half, the Home key will only move the cursor to the start of second line.
Reproduction Steps
input a long code and make it auto wrap into multiple lines, move the cursor to the very end of the whole line and use Home key to go to the start of line
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
1.24.1
The text was updated successfully, but these errors were encountered: