Page 1 of 1

IDE bug: lines ending with ; and next has ; too in front

Posted: Mon Jul 30, 2018 7:18 am
by IceSoft

Code: Select all

a = test;
; test()
will be look like this:

Code: Select all

a = test;
        ; test()

Re: IDE bug: lines ending with ; and next has ; too in front

Posted: Mon Jul 30, 2018 8:14 am
by Demivec

Re: IDE bug: lines ending with ; and next has ; too in front

Posted: Mon Jul 30, 2018 6:45 pm
by skywalk