SED indent all bug

Posted By: PrenceOfDarkness

SED indent all bug - 01/08/11 11:46

Hey guys I found a small bug in SED. As you know when you indent all SED kindly makes your code really clean to read.

However if you comment out a "}" everything below that point gets messed up. Here is an example:

Code:
function lol()
{
   while(1){
      do_stuff();
      wait(1);
   }
//} //problem here
}



all functions and definitions below that random commented } act a bit funny with the indenting.
Posted By: jcl

Re: SED indent all bug - 01/17/11 13:15

Yes, I know. That's on our SED revamping list, together with some similar small bugs.
© 2024 lite-C Forums