I just realized this is the auto indent setting which causes this…
I’m not sure if this was intended since I saw no documentation of it in the release notes, but it appears that roblox studio now automatically places your cursor at the end of the line when you perform a carriage return anywhere within the code.
I will admit, I get a little touchy when it comes to any kind of change in my scripting workflow - I’m not a fan of changing my typing habits - but this last update has been bothering some deep seeded OCD part of me lol.
Current behavior:
https://streamable.com/dtjjg
Notice how when I want to add 3 lines in between the while statement and the print line, the cursor jumps to the end of the line? I have to keep clicking back whereas in the past the cursor would have just stayed on that line
Previous behavior:
https://streamable.com/nvg2h
This is captured from visual studio code, but it replicates the previous cursor behavior before you had to click back every time you pressed enter. Maybe I’m the only one who appreciated this, but I think it allowed for a lot better quality of life / power coding than the current system. Of course this is opinion, so I ask that it be made a setting.
Edit: holdup I’m stupid I just realized this was caused by the auto indent and as soon as I turned off auto indent it went back to normal… that hurts. You can delete this thread now…