Frederick John Milens III
Frederick John Milens III
The implementation of `isEqual:` for NSTextList and NSParagraphStyle needs to be reconsidered. As a practical matter it causes problems with list handling in NSTextViews/NSTextStorage. (I'd also be happy to submit...
The current `rangeOfTextList:atIndex:` implementation will lock up when two paragraphs with different styles and different textlists are adjacent. I found this while looking into #294 (the issue is far more...
Per Apple documentation, NSAttributeString's `itemNumberInTextList:atIndex:` should [return the index of the item at the specified location within the list](https://developer.apple.com/documentation/foundation/nsattributedstring/1527303-itemnumberintextlist?language=objc). The current GNUStep implementation instead returns the index position _of the...