Questions tagged [tree-view]

To be used related to file management hierarchical views or related to outlines having to do with computer files or applications. Programming questions related to Java Treeview (an Open Source, Extensible Viewer for Microarray Data in the PCL or CDT format) are off topic.

A tree view or an outline view is a graphical control element that presents a hierarchical view of information. Each item (often called a branch or a node) can have a number of subitems. This is often visualized by indentation in a list.

An item can be expanded to reveal subitems, if any exist, and collapsed to hide subitems.

Tree views are often seen in file manager applications, where they allow the user to navigate the file system directories. They are also used to present hierarchical data, such as an XML document.

Extended tree view is the central component of outliner applications, where each node consists of editable text.

source - https://en.wikipedia.org/wiki/Tree_view

32 questions
21
votes
2 answers

Expanding to all in Xcode Projects groups

In Windows, when you start explorer, there will be a tree view on left side. After selecting a specific folder / drive when you press *, it will expand all to depth. I want to do the same in Xcode - after selecting a particular group in Xcode…
sagarkothari
  • 5,085
20
votes
5 answers

What's the proper name of that symbol to collapse/expand nodes in a directory tree?

I'm pretty embarrassed to admit I don't know this one...I just realized I've always just described it, not actually named it :) So, that folder/directory collapse/expand symbol thingy, you know, this one: What is it called? Some file managers…
11
votes
4 answers

Windows 7 Windows Explorer jumpy tree view

Is there any way to get Windows Explorer tree view in Windows 7 to stop jumping? I think they really messed up this design. Click a node to expand a deeper level and it instantly scrolls the tree vertically to a new location. This is not a good…
P a u l
  • 1,355
10
votes
9 answers

Simple tree notepad like editor

I am looking for very simple notepad that would allow "hierarchical" files editing. Something like TreePad but with much less bloat, more polish and possibly open sourced.
9
votes
3 answers

Disable elements of the firefox 57 UI for TreeStyleTab

I recently upgraded from firefox 55 to firefox 58 nightly and many extensions have to be updated. Treestyletabs is the only extension that I really use and it has been reimplemented as a sidebar panel. The difference is that it now has a giant bar…
6
votes
5 answers

Vista tree view: disabling fade-out of tree nodes

When using a tree view (e.g. the folders list in Explorer), there are little triangles next to each node which contains sub-nodes. Unfortunately, they fade out as soon as one leaves the tree view with the mouse. This is very annoying, because one…
Bob
  • 716
6
votes
1 answer

Disk space analyzer that can read du output

I'm looking for a GUI program that can parse du output and show both a browseable file tree and a treemap. So far i've tried: xdiskusage, xdu (Linux only, ugly GUI, no tree view) WinDirStat, kdirstat | k4dirstat, GdMAP (no du output…
eadmaster
  • 1,356
4
votes
1 answer

Show shortcuts in Windows Explorer tree (Windows XP)

Answer is probably no but still want to check: I often use Windows Explorer with the treeview on the left (what you get when you hit Windows-E) to switch between folders. On my desktop I have a couple of shortcuts to often visited network…
4
votes
3 answers

Why is WinMerge Tree View mode disabled?

I am using WinMerge for years as my preferred diff tool. Yesterday I updated my installation from v2.16.4.0 to v2.16.10.0 and now the Tree View mode option in the View menu is disabled (greyed out). How can I make Tree View mode enabled…
ysap
  • 2,730
3
votes
0 answers

How to exclude or ignore a folder from tree command

I am using tree command in Windows Command Prompt, to view tree structure of a NodeJS project folder. I want to ignore a folder name node_modules as it contains folders and files I don't want to see for now. E:\Project\Nodejs\Project3 - TDD>tree…
3
votes
0 answers

How to read discussions on Twitter in a tree view?

Twitter’s desktop website uses “View other replies” links to open sub-branches of a discussion. This makes it very hard (for me) to follow a discussion, because I have to constantly move between the main discussion and its sub-branches (not to…
2
votes
0 answers

Best way to generate ASCII tree visualization of a directory with long file paths?

I've enabled the Enable Win32 long paths template in the Local Group Policy Editor. I have a directory with several nested directories that have long file path names. I'm trying to generate an ASCII tree using the Windows tree /A command. It does…
1
vote
1 answer

How can I visualize the folders and files as a tree on Windows?

How can I visualize all sub folders and files of an self-defined root folder on Windows? The result should be something like this:
1
vote
2 answers

Software to create trees like hand-drawn

What software could I use to rapidly and easily create trees like this: Looking for freeware. Please supply screenshots where possible. Mind maps are OK as soon as they look like a tree. Windows and/or Linux. Web-based is great!
goodrone
  • 143
1
vote
0 answers

How can I create a tree structure (multi-level list) in Excel?

I need to create tree structure in Excel, like a mindmap. As far as I know, it's impossible, so I want to create a multi-level list instead, like in Word: 1 | 1.1 | 1.2 | 1.3 | 2 | 2.1 | 2.1.1 | 2.2 | It should be not a simple…
1
2 3