The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
17 views

java.lang.AssertionError while running swing outline view using Java web start

I have implemented the Outline view for my JTable Tree view mentioned here and here. The implementation is successfully running in eclipse workspace but when I ran the application using Java Web ...
1
vote
1answer
32 views

How to search a node in outline view in swing

I have implemented the outline view in my application which consist of 200 node. How can I search a specific node and expand it ? I have also looked breadthFirstEnumeration() and ...
0
votes
0answers
72 views

Performance issue with OutlineView in Netbeans RCP

I have a an OutlineView that show about 100 nodes (for now but in future they should be thousands). I'm having trouble with the performance of the outline: scrolling, reordering and dragging columns ...
1
vote
2answers
200 views

Replace Netbeans Projects Logical View to Outline View

Context: We are designing a Netbeans Platform RCP based Lua IDE. We have implemented a build system that allows users to easily enable/disable files and add aliases to rename files at buildtime. We ...
2
votes
2answers
113 views

Javascript Outline

For the documentation of a JavaScript project, the outline of a script file is needed, similar to these examples from Eclipse or Oxygen. I only need the 'tree' structure of a JavaScript file, not a ...
0
votes
0answers
223 views

Missing outline symbols in Excel2007

The +/- symbols to show/hide outline details disappeared in my spreadsheet. The *Show outline symbols if an outline is applied * checkbox in Options is ticked. There is only a small change when Ctrl ...
1
vote
0answers
246 views

Outlineview with specific relation with nodes and sub-nodes check-boxes

I have a question about the handling of node properties in an outlineview. I have three level of nodes, the rootNode, the node and each node may have sub-nodes. Apart from the rootNode, all nodes ...
5
votes
1answer
188 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? ...
2
votes
0answers
194 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, ...
0
votes
2answers
389 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 ...
3
votes
4answers
863 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 ...
8
votes
5answers
5k views

How 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? I tried both Document Outline and Class View windows. The ...
4
votes
6answers
5k 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 ...
1
vote
1answer
1k 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 ...
9
votes
3answers
3k 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 ...
5
votes
2answers
502 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 ...
3
votes
3answers
1k 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 ...