home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d02xx / d0262.lha / Indent / Projects < prev    next >
Text File  |  1989-10-31  |  624b  |  18 lines

  1. Make it so that the line numbers indent reports are the real line
  2. numbers (currently it is often off by a few).
  3.  
  4. Error recover should probably be enhanced.  At a minimum, "indent
  5. foo.c" should not overwrite foo.c when it gets an error.  Fancy error
  6. recover is probably not worth the effort because indent is pretty
  7. fast.  Stopping after the first error might be more helpful than the
  8. current error cascades.
  9.  
  10. Make the -nss option cause
  11.   while (foo)
  12.     ;
  13. This is the real alternative to 
  14.   while (foo) ;
  15.  
  16. Look at all the undocumented options, and determine which of them are
  17. bug-free enough that they should be documented.
  18.