How to make a NSText​Find​Bar​Container client.

2017-03-28 Thread Daryle Walker
It seems that I’ll be the first American in general & GitHub open-source history to ever make a NSText​Find​Bar​Container subclass. The window controller shows two views in a split view. The top half is a NSTableView surrounded by a NSScrollView. The bottom half is a NSTextView surrounded by a

Re: How to debug crash in NSOperation?

2017-03-28 Thread Gerriet M. Denkmann
Sent from my iPhone > On 28 Mar 2017, at 11:41, Quincey Morris > wrote: > >> On Mar 26, 2017, at 22:04 , Gerriet M. Denkmann wrote: >> >> [ arrayOfStrings writeToFile: “directoryPath/SortedKeys.plist” atomically: >> YES ]; ← pseudo