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

fix mouse right click selection #10067

Merged

Conversation

diegostafa
Copy link
Contributor

fix #10066

@the-mikedavis the-mikedavis added the S-waiting-on-review Status: Awaiting review from a maintainer. label Mar 31, 2024
@the-mikedavis the-mikedavis added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from a maintainer. labels Mar 31, 2024
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
the-mikedavis
the-mikedavis previously approved these changes Mar 31, 2024
@the-mikedavis the-mikedavis added the C-bug Category: This is a bug label Mar 31, 2024
@archseer
Copy link
Member

archseer commented Apr 1, 2024

I think this was somewhat deliberate, we're editing breakpoints which are only supported with column offsets (start of line) in many debuggers

@diegostafa
Copy link
Contributor Author

diegostafa commented Apr 3, 2024

I think this was somewhat deliberate, we're editing breakpoints which are only supported with column offsets (start of line) in many debuggers

i changed it so that when clicking on the margin it edits the breakpoint, and when clicking inside the document it selects the character.
the main issue i have with the previous behaviour is that it just feels wrong to click somewhere and set the selection somewhere else

@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 3, 2024
@the-mikedavis the-mikedavis merged commit 92338bc into helix-editor:master Apr 8, 2024
6 checks passed
@diegostafa diegostafa deleted the fix-right-click-selection branch April 9, 2024 07:51
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

right clicking doesn't select the right character
4 participants