OCD Moments w/ Code Editor

Why is remove colored as a keyword but not insert?

Then press enter

Why is else doing that? It should be indented once; not none at all… :uhhh:

1 Like

why do you wrap the conditional statement stuff in parantheses? :uhhh:

Personal preference, and it’s mandatory in pretty much all other languages.

I do it as well in Lua.

It’s used in C++, so it’s not a bad thing to get used to.

It’s used in C++, so it’s not a bad thing to get used to.[/quote]

And Java :stuck_out_tongue:

Why do people keep repeating what I say.

Why.

Why do people keep repeating what I say.

Why.[/quote]

Sorry. I don’t really read the replies after the OP. I guess that’s a bad habit.

Why do people keep repeating what I say.

Why.[/quote]

Sorry. I don’t really read the replies after the OP. I guess that’s a bad habit.[/quote]

Haha I do the same sometimes :uhhh:

Is the else indention issue ever going to be fixed? :angry:

I haven’t had this issue in a while.

I haven’t had this issue in a while.[/quote]

I have Studio open right now and I’m still experiencing it… :emo-angst:

Before

After

Seriously, there should be detection to see if there needs to be parenthesis after entering…

[quote] Before

After

Seriously, there should be detection to see if there needs to be parenthesis after entering… [/quote]This is why I turned it off in the settings when it first came out. :uhhh:

[quote] Before

After

Seriously, there should be detection to see if there needs to be parenthesis after entering… [/quote]This is why I turned it off in the settings when it first came out. :uhhh:[/quote]

Just press the down arrow key and Shift 0 every time that happens. I guess I got used to it and don’t find it as annoying.