Re: Typing with multiple selections in NSTextView

2018-10-03 Thread Uli Kusterer
On 20. Sep 2018, at 08:54, Georg Seifert wrote: > I wonder why it supports multiple selection in the first place, when you can > do almost nothing with it? The way I remember it being introduced at WWDC was not as "multiple selection" but rather as "column selection". That might make some of th

Re: NSDrawer

2018-10-03 Thread Georg Seifert
But you can simulate a drawer by adding the extra view and resizing the window to fit. This is done automatically when you use autolayout (a stack view would be more useful than a split view) or a few lines of code when you do it manually. georg > On 3. Oct 2018, at 04:00, Casey McDermott wr