When you do the shortcut for searching all scripts for keywords, and you replace something in a script with two or more results, the area that is selected for the other results has an offset. This sometimes can make it difficult to change lots of lines quickly.
This has been happening since I first used the shortcut.
Here’s a repro if you haven’t ran into this yet:
- Create a script
- Type something on a line
- Copy and paste that line to a few other lines
- Search in all scripts for something in that line
- Replace it by pasting some shorter / longer text (directly after clicking the script in the results)
Before:
After:
The results are updated after searching again, cancelling out the bug.