GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

Search and replace does not find strings with Variable prefix thus no search and replace possible.

Open VanCastar opened this issue 2 years ago • 0 comments

Bug If I search for example Variable(VariableName) it gives no results even if there are dozens of Variable(VarableName) strings in multiple calculations. BUT it does find just the (VariableName) strings without the Variable prefix just fine.

image In this example there are multiple Variable(BeamRayCastX) strings inside those calculations that are not found so I cannot find and thus not being able to replace them either.

To Reproduce Make something having calculations using Variables and then search the Variable(VariableName)

Tested with Win10 & 11 GDev version 5.0.140

VanCastar avatar Sep 14 '22 16:09 VanCastar