We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.0.beta5.official [89a33d2]
Windows 10 22H2, OpenGL3, Geforce GTX 550 Ti
The text selection disappears when replacing text forwards enter
enter
But the selection remains visible when replacing text backwards shift enter
shift enter
issue, text selection disappears, replace text forwards.zip
FileSystem
new_script.gd
3
123
ctrl r
456
The next occurrence should be selected, so that it's visible what will be replaced when enter is pressed again.
The expected behavior is observed when replacing backwards: shift enter Now the next occurrence to be replaced is selected.
The text selection disappeared. This makes it difficult to see which occurrence will be replaced when enter is pressed again.
In this example it's easy to see the next occurrence, but it becomes difficult when the occurrences are on multiple columns and lines.
It's not project specific, it's reproducible in a new project with a new script file, the project doesn't even have to be saved.
It can also be reproduced with the default script template, it has four instances of the word "the".
I had already recorded the videos above when I noticed that simpler reproduction step.
The text was updated successfully, but these errors were encountered:
Still valid in 4.3 dev6
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Godot version
v4.0.beta5.official [89a33d2]
System information
Windows 10 22H2, OpenGL3, Geforce GTX 550 Ti
Issue description
The text selection disappears when replacing text forwards
enter
godot_4_replace_next.mp4
But the selection remains visible when replacing text backwards
shift enter
godot_4_replace_previous.mp4
Steps to reproduce
issue, text selection disappears, replace text forwards.zip
FileSystem
new_script.gd
3
, double click on123
to select the numberctrl r
to open the find and replace input boxes at the bottom of the script editor456
enter
The instance of
123
on line 3 was replaced with456
as expected, but...Expected
The next occurrence should be selected, so that it's visible what will be replaced when
enter
is pressed again.The expected behavior is observed when replacing backwards:
shift enter
Now the next occurrence to be replaced is selected.
Observed
The text selection disappeared. This makes it difficult to see which occurrence will be replaced when
enter
is pressed again.In this example it's easy to see the next occurrence, but it becomes difficult when the occurrences are on multiple columns and lines.
Minimal reproduction project
issue, text selection disappears, replace text forwards.zip
It's not project specific, it's reproducible in a new project with a new script file, the project doesn't even have to be saved.
It can also be reproduced with the default script template, it has four instances of the word "the".
I had already recorded the videos above when I noticed that simpler reproduction step.
The text was updated successfully, but these errors were encountered: