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

Column selection starting from empty line is not honoring starting column position #5794

Open
pintassilgo opened this issue Nov 29, 2024 · 4 comments
Labels

Comments

@pintassilgo
Copy link

aaaaaaaaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbbbbbbbb

Don't forget the empty line at the end.

Move mouse to the middle of that empty line, hold Alt and start to drag to make column selection (rect selection).

Expected: only the content within the visible rect you're drawing should be selected.

Current: the selection includes the empty last line, so selection is not what user expects.
image

You can see expected behavior in Sublime (it uses Shift + right click instead of Alt + left click):
image

@Alexey-T Alexey-T added the bug label Dec 1, 2024
@Alexey-T
Copy link
Owner

Alexey-T commented Dec 1, 2024

thanks for report.
good as usual.

@Alexey-T
Copy link
Owner

Alexey-T commented Dec 2, 2024

currently no idea what is the reason.
to see.

@Alexey-T
Copy link
Owner

Alexey-T commented Dec 2, 2024

as you see, i don't reprodiuce it.

Screenshot from 2024-12-02 19-17-28

i have option 'caret after eol' on.
it may affect.
and option for 'primitive column sel' may affect it.

@pintassilgo
Copy link
Author

Reproduced from scratch, clean Cuda Qt5. There's nothing needed to config, just use clean Cuda and follow steps.

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

No branches or pull requests

2 participants