Pressing backspace to delete the following selection will not work:
In the picture above, the second quote up to the third quote is selected. Backspace does not remove those 6 selected characters. Any other combination of selected characters in the picture above can be deleted with backspace however. The issue is likely related to the start and end of the selection being in between two quotes. Using Del to remove the selection instead of backspace seems to work as usual though. Only the backspace button has trouble.
I have no indication of when this started happening. This bug might have been around for a while for all I know.
Reproduction steps:
- Open a new place file
- Insert a Script anywhere
- Open the Script and paste the following text in it:
local text = "" .. ""
- Select the 6 characters as shown in the image at the top
- Press backspace and witness how nothing happens.