Questions tagged [outline-view]
44 questions
2
votes
0 answers
VS Code: Hide "declarations" in the outline view
I'm working on a C-Code based application, my IDE is Visual Studio Code (1.77.3) and I'm using frequently the outline view from Visual Studio Code, which currently looks like this:
As you might see, there are a bunch of functions and declarations…

Kerby
- 21
- 3
2
votes
1 answer
Outline shader with curves and transparency
I'm trying to create an outline shader, who has an edited outline.
At the moment it looks like this.
Shader "test/SimpleOutline" {
Properties {
_MainTex ("Texture", 2D) = "white" {}
_OutlineColor ("Outline Color", Color) = (0,0,0,1)
…

Heiko Kuschel
- 67
- 7
2
votes
5 answers
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…

Anton Egorov
- 1,174
- 1
- 11
- 21
2
votes
0 answers
Eclipse Plugin Development - Modify the outline of JavaScript editor
I'm writing an eclipse plugin for JOII but got stuck on modifying the outline in a JavaScript editor.
I have a ContentAssistant that provides me with a list of ICompletionProposal and got the IJavaCompletionProposalComputer functioning perfectly,…

Harold
- 1,372
- 1
- 14
- 25
2
votes
2 answers
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 feel it is necessary in a UI standpoint to have…

M.Y. Developers
- 211
- 5
- 6
1
vote
0 answers
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 and subnodes shall have the same (Boolean =>…

WeserLinux
- 31
- 2
1
vote
0 answers
Using firebase tree structure to represent a "document outline" structure directly
How good/stupid would it be to use Firebase tree structure to directly represent a user-facing tree structure, like a "document outline" in "word processors"?
As opposed to e.g. doing an SQL-join parent-child type of relationship and then building…

KarolDepka
- 8,318
- 10
- 45
- 58
1
vote
0 answers
Dynamically Remove Node from ChildFactory.Detachable
I am currently working on Outline View, where I creating children by using ChildFactory.Detachable, which is working properly.
I implemented the PropertyChangeListener on this ChildFactory where I dynamically adding and removing the nodes given…

Ashish Kirpan
- 129
- 1
- 3
1
vote
1 answer
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…

leeand00
- 25,510
- 39
- 140
- 297
1
vote
1 answer
Xtext customized Outline
I have a customized Outline for an Xtext-based DSL creating new nodes and a different hierarchical structure in the Outline View. Cross-linking with the editor works fine when you click an Outline node. However, the reverse is not happening. I have…

Sam
- 11
- 1
1
vote
0 answers
Eclipse Helios PHP outline view is empty
Using Eclipse Helios, my PHP outline view is showing some very strange behavior in all new workspaces that I create.
In my initial work space with eclipse projects, the outline view is working fine. I can switch between files and projects, the new…

Dwight Wilbanks
- 131
- 1
- 6
1
vote
1 answer
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 depthFirstEnumeration() method of DefaultMutableTreeNode but could…

Ashish
- 14,295
- 21
- 82
- 127
0
votes
1 answer
Changing the position of NSOutlineView disclosure triangle and setting up icons for child nodes
I am creating an OutlineView like this:
And I want to achieve a view which looks like this:
The 2 issues that I am facing are:
I cant find a way to move the disclosure triangle between the folder icon and the name.
I am unable to setup the "P"…
0
votes
1 answer
Unity Outline object Only when Player is Looking
I am Working on a 3d Game In Unity. So the problem I am facing is with Outlining the object only when player look towards that object,
I have a C# Interface "IInteractable", whenever player looks at an object which is IInteractable It Calls function…

Jyotirmoy
- 1
- 1
0
votes
0 answers
Outline not show when working on a docker in remote
I am working on an attached docker on vscode. The docker container run in a remote machine in which I a am connected through the remote-SSH extension.
When I open a python file for example the outline tab doesn't show anything. It works fine when I…

rmoretti
- 1