Re: Anyone recommend Dash?

2015-07-09 Thread 2551
I use it everyday and consider it excellent value for the $20 or so I paid for it. If you're only using objective-C / Swift and you're always on line, you might not get as much mileage. However, if you're also using a variety of other language and IDES/Editors, it's a great one-stop documenta

Re: Anyone recommend Dash?

2015-07-09 Thread Roland King
> On 9 Jul 2015, at 14:52, Graham Cox wrote: > > > Is anyone using Dash for API documentation? Can you recommend it? > > I received a bundle offer including this today and it seems like a good deal, > but wonder if it’s worth using over and above XCode’s standard docs? > > —Graham > Love i

protocol extension with SequenceType

2015-07-09 Thread Roland King
Failing to find a syntax which works to do this. What I’m trying to do here is extend Array to conform to a protocol. The real example has constraints on the Element of the Array, so I can’t just extend Array, I have to use a protocol extension on the protocol (I can’t find a way to extend Array

Re: How to resize accessory view to match Open panel

2015-07-09 Thread Jonathan Taylor
Thanks very much for your reply. I did wonder if autolayout might make life easier - that’s something I haven’t delved into before. I gave it a try, setting what I thought should be needed, but it doesn’t seem to be having the desired effect as yet. I have the nib file set to “Use autolayout”,

Re: Anyone recommend Dash?

2015-07-09 Thread Sixten Otto
On Thu, Jul 9, 2015 at 12:02 AM, Roland King wrote: > I did get an update the other day which just told me a new version is on > the way, or just released perhaps. I think I have Dash 2, this is Dash 3 > and is an extra 10 bucks which I will probably end up paying eventually. > How that works thr

Re: Anyone recommend Dash?

2015-07-09 Thread Roland King
> On 9 Jul 2015, at 22:51, Sixten Otto wrote: > > On Thu, Jul 9, 2015 at 12:02 AM, Roland King > wrote: > I did get an update the other day which just told me a new version is on the > way, or just released perhaps. I think I have Dash 2, this is Dash 3 and is > an extra

Re: How to resize accessory view to match Open panel

2015-07-09 Thread Ken Thomases
On Jul 9, 2015, at 7:05 AM, Jonathan Taylor wrote: > I gave it a try, setting what I thought should be needed, but it doesn’t seem > to be having the desired effect as yet. I have the nib file set to “Use > autolayout”, and have included the code you quoted. Even in a NIB set to use auto layo

Re: Anyone recommend Dash?

2015-07-09 Thread Jack Brindle
Way back when (Xcode 3) the doc interface was pretty good. Now its really awful. The web interface is far better. But Dash is even better than that. Dash 2 (and now Dash 3) gives you searchable interface for not just Xcode docs but others as well. Dash 3 extends this, adding archives, and as far

Re: How to resize accessory view to match Open panel

2015-07-09 Thread Jonathan Taylor
On 9 Jul 2015, at 16:18, Ken Thomases wrote: > On Jul 9, 2015, at 7:05 AM, Jonathan Taylor > wrote: >> I gave it a try, setting what I thought should be needed, but it doesn’t >> seem to be having the desired effect as yet. I have the nib file set to “Use >> autolayout”, and have included the

Re: Anyone recommend Dash?

2015-07-09 Thread David Hoerl
I've been doing all my coding in Swift, and frankly, I couldn't live without Dash. It imports the Swiftdoc.org docset, and thus you have a handy reference to essentially all of the Swift.h file. For instance, you are working with an Array, and want to see all options to create one, etc. I leav

Re: protocol extension with SequenceType

2015-07-09 Thread Quincey Morris
On Jul 9, 2015, at 03:20 , Roland King wrote: > > What I’m trying to do here is extend Array to conform to a protocol. The real > example has constraints on the Element of the Array, so I can’t just extend > Array, I have to use a protocol extension on the protocol (I can’t find a way > to ext

Re: Anyone recommend Dash?

2015-07-09 Thread Shane Stanley
On 9 Jul 2015, at 5:02 pm, Roland King wrote: > > I didn’t think you could do paid upgrades through the appstore. You can also buy Dash outside the App Store. Apart from the Profiles UI, I'm a big fan. -- Shane Stanley ___ Cocoa-dev mailing li

Re: Anyone recommend Dash?

2015-07-09 Thread Alex Zavatone
Dash is amazing. I agree that the current interface in Xcode is less than good and the web interface is meh. Dash, however, is amazing. On Jul 9, 2015, at 12:18 PM, Jack Brindle wrote: > Way back when (Xcode 3) the doc interface was pretty good. Now its really > awful. The web interface is

Re: selectText of NSTextField on focus

2015-07-09 Thread Richard Charles
> On Jul 8, 2015, at 8:52 AM, Richard Charles wrote: > > Do you have any insight as to why the animation does not occur the first time > a text field is clicked? Filed Apple bug report 21758024. --Richard Charles ___ Cocoa-dev mailing list (Coco

Re: Swift 2 throws from init()

2015-07-09 Thread Quincey Morris
On Jul 1, 2015, at 18:15 , Greg Parker wrote: > >> On Jul 1, 2015, at 5:39 PM, Rick Mann > > wrote: >> >>> On Jul 1, 2015, at 17:04 , Greg Parker >> > wrote: >>> >>> Implicitly unwrapped optional is a good solution for this. The source cod