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

Post bugs related to the IDE here
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

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

Post by IceSoft »

Code: Select all

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

Code: Select all

a = test;
        ; test()
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

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

Post by skywalk »

The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply