-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Inconsistent editor movement near arithmetic operators #92981
Comments
Please try with 4.2.2 to make sure this still occurs and hasn't been fixed already |
Behavior does not change in |
I would like to be assigned to this issue. |
We don't assign people to issues, and the first step would be to identify what's going on and to decide what to do, so if you want to investigate that that'd be great! And report your findings here |
|
However, the caret skips the operator and goes to num0 in the example, when it should stop after the operator. This also affects word delete and word backspace. |
Tested versions
Godot Engine v4.2.1.stable.official.b09f793f5
System information
Linux (Pop!_OS 22.04 LTS)
Issue description
Ctrl + left/right
moves cursor inconsistently. It skips some operators and stops at others. This is particularly annoying with+
and-
operators.Steps to reproduce
Example code
Setting the cursor in the line 1 and pressing
ctrl + left
twice will put it before+
. Doing so with the line 2 will put the cursor beforenum0
.Minimal reproduction project (MRP)
The text was updated successfully, but these errors were encountered: