ftp.nice.ch/Attic/openStep/developer/resources/MiscTableScroll.129.1.mw.s.gnutar.gz#/MiscKit2/Palettes/MiscTableScroll/Notes/OPENSTEP-TODO.txt

This is OPENSTEP-TODO.txt in view mode; [Download] [Up]

//-----------------------------------------------------------------------------
// MiscTableScroll OPENSTEP TODO
// $Id: OPENSTEP-TODO.txt,v 1.7 97/07/07 09:20:00 sunshine Exp $
//-----------------------------------------------------------------------------

TODO:
----
- Consider turning notification-style delegate messages into real 
    notifications in order to be more OPENSTEP complient and flexible.  
    (Obviously this can't be done for methods which return a value, but it 
    can be done for the others.) Automatically register the delegates as 
    recipients of the new notifications.  

- Honor the user's color preferences by taking advantage of the new
    +[NSColor control...Color] methods, etc.

- Change MiscBorderCell so that it more closely matches NSTableHeaderCell
    aesthetically.

- All of the exporters are merely taking -lossyCString.  This may be suitable 
    for ASCII and DBF, but it needs to be reviewed and probably use NSString 
    methods for doing as much of the work as possible.  

- Exporters are allocating arrays of integers.  Should probably upgrade to 
    NSArray of NSNumber.  

- Rewrite the pasteboard code.  Apparently I broke the "subclassibility" when 
    I ported it.  Paul says that the methods should be writing to something 
    like an NSData object rather than returning strings so that subclasses 
    can write whatever appropriate data types they may have.  Don't just 
    limit it to strings.  


DONE:
----
v128.1
- Fix mcgh2misc scripts to handle new framework/palette structure as soon as 
    I hear back from Mr. MiscKit about the organization he requires for 
    MiscKit 2.0.  [07/07/97 - He has failed to answer the two letters I sent
    him about this.  I'm just going to organize it the way I feel like
    organizing it.]

v125.9
- Port documentation files.  [03/23/97, MiscExporter.rtf & MiscTableCell.rtf 
    done] [04/30/97, MiscTableScroll.rtf done] 

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.