Re: How to debug crash in NSOperation?

2017-03-26 Thread Gerriet M. Denkmann
> On 27 Mar 2017, at 10:39, Ken Thomases wrote: > > On Mar 26, 2017, at 10:06 PM, Gerriet M. Denkmann wrote: >> >> macOS 12.3 >> >> This is a rather rare bug (never seen before): >> >> Thread 12 Crashed:: Dispatch queue: เสือ :: NSOperation

Re: How to debug crash in NSOperation?

2017-03-26 Thread Ken Thomases
On Mar 26, 2017, at 10:06 PM, Gerriet M. Denkmann wrote: > > macOS 12.3 > > This is a rather rare bug (never seen before): > > Thread 12 Crashed:: Dispatch queue: เสือ :: NSOperation 0x61800184fbd0 (QOS: > UTILITY) > 0 libsystem_kernel.dylib

How to debug crash in NSOperation?

2017-03-26 Thread Gerriet M. Denkmann
macOS 12.3 This is a rather rare bug (never seen before): Thread 12 Crashed:: Dispatch queue: เสือ :: NSOperation 0x61800184fbd0 (QOS: UTILITY) 0 libsystem_kernel.dylib 0x7fffb3d65dd6 __pthread_kill + 10 1 libsystem_pthread.dylib 0x7fffb3e51787 pthread_kill

Re: Official sidebar?

2017-03-26 Thread Saagar Jha
Yes, there is an API for them; it’s part of NSWindow . The basic tabbing is done by default, but there is the option to turn it on/off, get a list of tabbed windows, and manually add one to the list. Saagar Jha > On Mar 25, 2017, at

Re: Official sidebar?

2017-03-26 Thread Jean-Daniel
The OP ask about « Side Bar » not « Tab Bar ». > Le 26 mars 2017 à 00:40, Saagar Jha a écrit : > > Nothing, if I remember correctly. Cocoa should handle window tabs for you. > > Saagar Jha > >> On Mar 25, 2017, at 07:49, Daryle Walker wrote: >> >>

Re: Official sidebar?

2017-03-26 Thread Jens Alfke
> On Mar 25, 2017, at 4:40 PM, Saagar Jha wrote: > > Nothing, if I remember correctly. Cocoa should handle window tabs for you. Isn’t there an API to manage them? For example, I use the tab bar in SourceTree to group multiple repositories into a single window, but