Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
339 views

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 ...
4
votes
1answer
32 views

Modifing Eclipse Outline view for CSS files

How can I cause Eclipse's Outline view to do any of the following when displaying the outline for a CSS file: display a comment create a collapsible range for a group of CSS rules anything else? ...
4
votes
6answers
3k views

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 ...
4
votes
3answers
1k views

Adding a separator to the Eclipse Outline view (like #pragma mark)

I know Xcode has a #pragma mark feature where it allows you to insert arbitrary labels in outline views / method lists to document how code is segmented. I haven't been able to find a similar ...
3
votes
4answers
645 views

Android Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

Before the newest version I was able to create hierarchies using drag n' drop, performed on the outline view. Since the upgrade, I can't and the controls ('+', '-' and arrows) are missing. So how am ...
3
votes
4answers
848 views

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 ...
3
votes
3answers
969 views

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 ...
1
vote
0answers
53 views

Is there a way to group methods/properties in the outline view of Aptana IDE

I've looked everywhere for a feature like this. I use the Aptana IDE (which is based on Eclipse) for my php development, and I use the outline feature a lot. I enjoy xcode's 'pragma mark' feature, ...
1
vote
1answer
637 views

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 ...
0
votes
2answers
116 views

Show only python function def in PyDev Eclipse/Aptana

Is there a way in a huge python file , you just see the function def you are interested in ? I remember Eclipse has an option to do this in Java and it was pretty helpful.How about for Python in ...