Serg Stoyan wrote: > > Hi, > > I've started with resolve some text system problems, but end up with > this patch :) > > Preparing to upcoming 0.8.5 release it might be useful to have clean > compiling of gui. The following patch is a fix of some compiler warnings > (WARNINGS attach). [snip]
> 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. :) (I haven't looked closely at the other parts of the patch. Who'll do it?) - Alexander Malmberg _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
