Cool it lol.
There’s a order in which things get done and asking for something in the middle of December isn’t going to help you.
There’s also plenty of alternatives that you could use instead like Sublime Text 3, Notepad++, etc.
Cool it lol.
There’s a order in which things get done and asking for something in the middle of December isn’t going to help you.
There’s also plenty of alternatives that you could use instead like Sublime Text 3, Notepad++, etc.[/quote]
This is extremely frustrating to deal with while actually coding.
I don’t want to go through all the trouble of coding through another program
Ok, so, from what I can tell (The video quality makes reading that code really difficult), this is caused by the fact that you have your parenthesis directly next to the ifs and thens in your code. When I put spaces between these, I no longer experience this issue. We’ll take a look, but for now, I’d suggest putting the spaces on the other side of the parenthesis as a temporary solution.
Well, we don’t enforce coding practices, but we do have keywords. The parenthesis may be making the script editor think there isn’t an if there. If you just type else and then hit enter, it’ll do the same thing.
Wow! I couldn’t believe you had kept this thread alive for so long so I decided to take out my work laptop and look into the bug.
Essentially the problem is that the AutoComplete code looks for "if ", not “if(”. Pretty easy fix once I found it. I’ll try to get it submitted when I get to work tomorrow morning.
It’s kind of a weird style but because it is syntactically correct Lua I think we should support it.