GSTextStorage is almost an exact copy of GSMutableAttributedString/GSAttributedString.
I think it would be easier if we just used behaviors to add that functionality to GSTextStorage. The only problem is that GSTextStorage uses an extra call in some routines: - (void) edited: (unsigned)mask range: (NSRange)old changeInLength: (int)delta; But perhaps we could just put a dummy implementation of that in GSMutableAttributedString. Does this sound ok? -- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
