Re: Simple question

new topic     » goto parent     » topic index » view thread      » older message » newer message

What would really be helpful, (if it's possible) would be to color nested statements differently:

if a = 1 then  (red) 
  -- some stuff 
  if b = 2 then (green) 
   -- do something 
  end if  (green) 
  -- other stuff 
end if  (red) 
Because often there's a lot of "do something" and "stuff" code in between, and if you aren't really careful about indenting properly, it's hard to find the matching end.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu