outline-view

How to display indeterminate NSProgressIndicator in the NSOutlineView?

I need to display a progress of loading of item's children. Please advise how to implement a progress indicator like it's done in Mail application: P. S. Here a source code of using indicator sub-views: http://snippets.dzone.com/posts/show/7684 ...

How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?

I'd like to have the same behavior of special items as it's done in the Things application. I mean Logbook and Trash items in the bottom part of the Sidebar: Please advise any way to implement the same functionality in the sidebar tree. I feel that special ‘spacer’ tree item should be used together with outlineView:heightOfRowByItem:...

Eclipse Outline View - Visible JavaScript Categories in Eclipse?

I just found an option in the little white down arrow in Eclipse that reads "Visible Categories..." How can I use this? It seems to me that it could be used to only show functions that have an @category in their comments, but I haven't been able to make the "Visible JavaScript Categories" dialog display the categories that work. If ...

Textmate autocompletion and class outline for PHP project

I'm using PDT, but want to switch to any lightweit editor. First I want to try Textmate. Eclipse has several useful features: class outlile to get list of properties and methods (with signature) to navigate; type hierarchy, it is like class outlile but it shows full inheritance tree; autocompletion for custom classes names, methods etc...

Is there a trick to show code outline in visual studio?

This kind of stuff exists in eclipse: but I've not found it in visual studio yet,is there such a window to show code outline at all? UPDATE I tried both doucument outline and class view,and class view is close,but it only shows class information,can it come up with function info also? ...

How to make eclipse cdt oulook view on source files the same as on header files?

One of the reasons I like eclipse, is for it's outline view. It allows fast navigation through code. Especially if you have to read someone else's code it helps to get an idea of the layout of a file. However, it is not always equally great. In header files it is lovely, but the view in source files kind of beats the purpose. The functio...