home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / Scanner / TODO < prev   
Text File  |  1989-06-04  |  365b  |  8 lines

  1. Expand flags to their #define names, i.e. gadget->Flags = 0x0081 becomes
  2. gadget->Flags = GADGHBOX | SELECTED. This makes the code easier to read.
  3.  
  4. Complete all structures. For instance, screens are never scanned or listed.
  5.  
  6. Provide a way to comfortably select the interesting structures. Scanner
  7. currently lists ALL structures, even those you aren't interested in.
  8.