GLBasic forum

Feature request => IDE/Syntax => Topic started by: FutureCow on 2009-May-29

Title: Automated indentation fix
Post by: FutureCow on 2009-May-29
I would love automatic indenting and automatic indentation fixing.

eg. I would type
Code (glbasic) Select
for x=1 to 10
and it would automatically insert a tab on the next line.

Or I could highlight a section of code
Code (glbasic) Select
for x=1 to 10
print x,100+x,100+x
next

and select "fix indentation" and it would change it to
Code (glbasic) Select
for x=1 to 10
     print x,100+x,100+x
next
Title: Re: Automated indentation fix
Post by: Schranz0r on 2009-May-29
noooooooo, its annoying!
Title: Re: Automated indentation fix
Post by: FutureCow on 2009-May-29
I imagine if Gernot implemented it that he'd make it so you'd be able to turn it on and off.
Title: Re: Automated indentation fix
Post by: Schranz0r on 2009-May-29
that can be the deal!