Trackpad cursor cannot be positioned between first and second characters on a line #10528
-
|
I'm not sure the title is clear, but basically when you have some code like this: my_object(
some_arg = 1
)$foo()I can't find a way to select the following chunk with the trackpad / mouse: my_object(
some_arg = 1
)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.mp4A simpler example: a <- 1
b()I cannot select only the following chunk: a <- 1
bThis 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.
Replies: 2 comments 2 replies
-
|
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.
-
|
I just double-checked on Windows and I still don't observe this problem. 🤔 I don't know that this will help, but I do notice that you are a release behind. Would you want to try updating Positron? Run Positron: Check for Updates.... |
Beta Was this translation helpful? Give feedback.
I just double-checked on Windows and I still don't observe this problem. 🤔
I don't know that this will help, but I do notice that you are a release behind. Would you want to try updating Positron? Run Positron: Check for Updates....