Block Tabbing Deletes Lines

Very much like this issue, pressing tab when you have a block of code selected causes the last line to be deleted. To reproduce…

  1. Start with the following code:
do
    --foo
end
  1. Move your cursor to the beginning of line 3.
  2. Hold shift, press up arrow twice. By now, you should have all of lines 1 & 2 selected, including the trailing newline after line 2. Additionally, your cursor should be at the beginning of line 1.
pictures

bug-indentation

  1. Press tab. Witness the end disappear.

This started happening within the last week. The bug I linked was fixed, but then this appeared because of it.

7 Likes

I’m gonna bump this. We’re only down to two bugs which make coding a pain in studio right now, and it would be really sweet if they were fixed.

Also, 6 months with no reply and no fix is a sure sign that nobody saw this.