[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnustep-gui cleanups
From: |
Nicola Pero |
Subject: |
Re: [PATCH] gnustep-gui cleanups |
Date: |
Thu, 30 Jan 2003 04:52:19 +0000 (GMT) |
> > NSTextView.m:2084: warning: incomplete implementation of class
> > `NSTextView' NSTextView.m:2084: warning: method definition for
> > `-selectedRange' not found NSTextView.m:2084: warning: class
> > `NSTextView' does not fully implement the `NST extInput' protocol
>
> At the moment, NSTextView.m is split into two parts (and two
> categories); one part with carefully reviewed methods, and one part with
> methods I haven't had time to look closely at yet. -selectedRange is in
> the 'wrong' category for the protocol declaration. The warning will go
> away as soon as I've worked my way down to this method, so it shouldn't
> be patched now. :)
Yep - I didn't apply that part.
Maybe we want to delay 0.8.5 a while, waiting for the text system to get
more stable.