Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving the cursor up/down on a wrapped line causes cursor the jump to front of the line #330

Open
Wallby opened this issue May 20, 2023 · 2 comments

Comments

@Wallby
Copy link
Contributor

Wallby commented May 20, 2023

In the image below there are 16 spaces at the end of the line that are generated because the third word on the line (abc...xyz) is moved entirely to a new line (the wrapped line) because of line wrapping..

image

If you now any add a character to the wrapped line such that the cursor ends up at the 15th (16-1) or less column of the wrapped line after the character is added and then move the cursor down/up the cursor jumps to the front of the line.

image

For the 15th (16-1) column only not the front of the line but the second column is jumped to..

image

This only happens for adding a character, not for removing a character.

BowPad version 2.8.7.2960 (64-bit)

@stefankueng
Copy link
Owner

I can not reproduce this, even tried about 20 different lexers.

@Wallby
Copy link
Contributor Author

Wallby commented Sep 2, 2023

Odd.. cannot reproduce it either now though I have installed windows again since. Not sure if it was perhaps a windows setting that caused it such as keyboard layout or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants