• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to implement an Xcode-style hierarchical file browser
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to implement an Xcode-style hierarchical file browser


  • Subject: Re: How to implement an Xcode-style hierarchical file browser
  • From: Rick Hoge <email@hidden>
  • Date: Mon, 25 Sep 2006 19:47:59 -0400


What's wrong with NSOutlineView? Have you read the docs?

Sorry - I'll elaborate as that's a reasonable question.

My first guess was also to use NSOutlineView, and I have already used this in a number of projects. However my question was really whether anyone felt that something more complex was actually used in Xcode as the Groups & Files pane seems to do a lot. The concern with multiple references to the same object might not be a problem - the actual items in the outline might be different objects representing a single entity.

Before going further down the obvious path of trying this with NSOutlineView I'd like to hear if, based on anyone's experience, there is more to it than meets the eye.

Another version of the question would be 'is there a test I can do in Xcode to see if it really has all the attributes of an NSOutlineView'?

Rick

Bob

On 25 Sep 2006, at 23:25, Rick Hoge wrote:


I have an application in which it would be very useful to implement the kind of hierarchical file browser that Xcode uses along the left side of its main window (the 'Groups & Files' pane), including the ability to provide logical groups and have files appear in multiple contexts (e.g. like a .m file can appear under classes but also under the Compile Sources group of a target). Having custom icons for the groups - like Xcode - would also be great.


I've experimented some with NSOutlineView, but am wondering if anyone has any theories on the actual class and design that is used by Xcode. I get the feeling that Xcode does not use NSOutlineView but rather some other approach. Also the NSOutlineView docs indicate that items in an outline must be unique, which is violated in some cases (like the .m file example mentioned above).

I'd be very grateful if anyone could suggest sources for the following info:

1) theories on what Xcode actually uses for its 'Groups & Files' pane

2) suggestions of any good ways to approach this (regardless of how it's done in Xcode)

3) pointers to any example Xcode projects Apple might have that implement something similar.

Thanks in advance for any comments,

Rick Hoge

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com


This email sent to email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >How to implement an Xcode-style hierarchical file browser (From: Rick Hoge <email@hidden>)
 >Re: How to implement an Xcode-style hierarchical file browser (From: Thomas Davie <email@hidden>)

  • Prev by Date: Re: How to implement an Xcode-style hierarchical file browser
  • Next by Date: Re: How to implement an Xcode-style hierarchical file browser
  • Previous by thread: Re: How to implement an Xcode-style hierarchical file browser
  • Next by thread: Re: How to implement an Xcode-style hierarchical file browser
  • Index(es):
    • Date
    • Thread