Could you please implement a way to handle this clause in the event handlers?
It would reduce time it takes to implement features and also would reduce in errors (Especially the Else clause)
Right now if I want to put multiple lines of code that all require the same condition I have to do separate lines within the handler, each time putting in the condition. And if there's an opposite clause required, I have to put in the opposite clauses as well. It'd be much cleaner and much faster if I could do top line If Condition clause, then enter all my various functions calls, etc and then use an else to handle the remaining.