Return entire string for NSTextView in stringAtIndex:...

This commit is contained in:
Gregory John Casamento 2020-08-14 11:58:29 -04:00
parent 0740fc5f14
commit 553d81071d

View file

@ -6094,7 +6094,7 @@ configuation! */
effectiveRange: (NSRangePointer)outRange
endsWithSearchBoundary: (BOOL *)outFlag
{
return nil;
return [self string];
}
- (NSUInteger) stringLength