Replies: 1 comment
-
Hey, I've also been having this issue. It also causes issues in other editors as well I think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a problem in IntelliJ where it does funky stuff when used with the commands 'copy way right'... I think I traced this down to the functions select_line_start and select_line_end in core/edit/edit.py. These functions seem to be attempting to copying the current selected text and moving if there is something selected. I am a bit confused on why this is happening as it seems to be a strange side effect for the functions mentioned above. I'm wondering if these functions should be changed or if something in IntelliJ files should be altered to resolve this. Any help or comments are greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions