Re: [OT] Question about writing documentation

2017-04-22 Thread Gary L. Wade
That’s a cool feature I didn’t know existed!  Unfortunately, OGP7.3 crashes 
when I turn on either instance variables or methods; crash reports submitted.  
I’ll be looking forward to trying again on the next update.
--
Gary L. Wade
http://www.garywade.com/ 
> On Apr 22, 2017, at 9:31 AM, Uli Kusterer  
> wrote:
> 
> On 21. Apr 2017, at 19:28, davel...@mac.com wrote:
>> You did't say what you tried, but IMO the best app for professional looking 
>> figures on the Mac is OmniGraffle from omnigroup.com. There are extensive 
>> stencil libraries for many things and I expect one could work (at least as a 
>> starting point) for you or you could create a stencil group you could reuse. 
>> They have a free trial.
>> 
>> I'm not affiliated with OmniGroup - just a satisfied customer.
> 
> Also, I'm not sure if OmniGraffle still has this feature, but in ye olde days 
> you could drag an Xcode project on OmniGraffle and it would actually generate 
> a diagram from the source files. That might have been back in the Project 
> Builder days though, so might have been discontinued with one of the two 
> dozen ObjC syntax and Xcode file format changes.
> 
> Cheers,
> -- Uli Kusterer
> "The Witnesses of TeachText are everywhere..."

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: [OT] Question about writing documentation

2017-04-22 Thread Pascal Bourguignon

> On 22 Apr 2017, at 18:31, Uli Kusterer  wrote:
> 
> On 21. Apr 2017, at 19:28, davel...@mac.com wrote:
>> You did't say what you tried, but IMO the best app for professional looking 
>> figures on the Mac is OmniGraffle from omnigroup.com. There are extensive 
>> stencil libraries for many things and I expect one could work (at least as a 
>> starting point) for you or you could create a stencil group you could reuse. 
>> They have a free trial.
>> 
>> I'm not affiliated with OmniGroup - just a satisfied customer.
> 
> Also, I'm not sure if OmniGraffle still has this feature, but in ye olde days 
> you could drag an Xcode project on OmniGraffle and it would actually generate 
> a diagram from the source files. That might have been back in the Project 
> Builder days though, so might have been discontinued with one of the two 
> dozen ObjC syntax and Xcode file format changes.


The feature still exists in OmniGraffle 7.


-- 
__Pascal J. Bourguignon__



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [OT] Question about writing documentation

2017-04-22 Thread Uli Kusterer
On 21. Apr 2017, at 19:28, davel...@mac.com wrote:
> You did't say what you tried, but IMO the best app for professional looking 
> figures on the Mac is OmniGraffle from omnigroup.com. There are extensive 
> stencil libraries for many things and I expect one could work (at least as a 
> starting point) for you or you could create a stencil group you could reuse. 
> They have a free trial.
> 
> I'm not affiliated with OmniGroup - just a satisfied customer.

Also, I'm not sure if OmniGraffle still has this feature, but in ye olde days 
you could drag an Xcode project on OmniGraffle and it would actually generate a 
diagram from the source files. That might have been back in the Project Builder 
days though, so might have been discontinued with one of the two dozen ObjC 
syntax and Xcode file format changes.

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [OT] Question about writing documentation

2017-04-21 Thread Jens Alfke
One of my co-workers made a pretty nice class hierarchy diagram using an open 
source tool called PlantUML.
https://en.wikipedia.org/wiki/PlantUML

—Jens
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: [OT] Question about writing documentation

2017-04-21 Thread davelist

> On Apr 21, 2017, at 5:33 AM, Dave  wrote:
> 
> Hi,
> 
> I’m looking for a decent Application that runs on the Mac that will allow me 
> to create detailed diagrams of Objective-C Classes. Basically I have a 
> Network of inter-related Objects, the Network is represented by Array’s and 
> Dictionary’s and I like to do some diagrams showing how each object in the 
> Network is linked.
> 
> I’ve tried a few Apps from the App Store and although they are “OK” they 
> either buggy for hard to use and don’t have any in-built objects that are 
> suitable for representing Classes/Objecrs. The type of diagrams I’d like are 
> similar to the ones in the Apple Documentation. 
> 
> Thanks in Advance for any suggestions…..
> 
> All the Best
> Dave

You did't say what you tried, but IMO the best app for professional looking 
figures on the Mac is OmniGraffle from omnigroup.com. There are extensive 
stencil libraries for many things and I expect one could work (at least as a 
starting point) for you or you could create a stencil group you could reuse. 
They have a free trial.

I'm not affiliated with OmniGroup - just a satisfied customer.

HTH,
Dave Reed



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

[OT] Question about writing documentation

2017-04-21 Thread Dave
Hi,

I’m looking for a decent Application that runs on the Mac that will allow me to 
create detailed diagrams of Objective-C Classes. Basically I have a Network of 
inter-related Objects, the Network is represented by Array’s and Dictionary’s 
and I like to do some diagrams showing how each object in the Network is linked.

I’ve tried a few Apps from the App Store and although they are “OK” they either 
buggy for hard to use and don’t have any in-built objects that are suitable for 
representing Classes/Objecrs. The type of diagrams I’d like are similar to the 
ones in the Apple Documentation. 

Thanks in Advance for any suggestions…..

All the Best
Dave

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com