Trackpad cursor cannot be positioned between first and second characters on a line #10528
Unanswered
etiennebacher
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I am not able to reproduce this problem so far. Can you say more about your operating system and version of Positron? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure the title is clear, but basically when you have some code like this:
I can't find a way to select the following chunk with the trackpad / mouse:
I try to click between ")" and "$" on the third line but either the cursor is positioned before ")" or after "$", never between. (The video capture software moves the cursor slightly to the right compared to where it actually is on my screen.)
my_object.Untitled-1.-.mapgl.-.Positron.2025-11-13.15-07-59.mp4
A simpler example:
I cannot select only the following chunk:
This is just a paper cut but it's very annoying when you deal with a lot of chaining (in Python for instance).
Beta Was this translation helpful? Give feedback.
All reactions