[Github-comments] [geany/geany] Rpg sidebar tree (see #259) (#1813)
elextr
notifications at xxxxx
Mon Mar 26 21:47:53 UTC 2018
elextr commented on this pull request.
> +
+ .. image:: ./images/sidebar_documents_only.png
+
+Show Paths
+ Show opened documents as two-level tree in which first level is a full
+ directory path to document and second level is a file name.
+
+ .. image:: ./images/sidebar_show_paths.png
+
+Show Tree
+ Show opened documents as tree similar to directory tree, but it shows only
+ directories that contains opened files. Directories that doesn't contain
+ files are shown as paths (similar to *Show Paths* mode). Home directory
+ always shortened to ``~``. If there is an active project, it makes a tree
+ of project documents inside project name.
+
Oh, ok, so if I read that right only the project base dir and below shows as a tree?
Maybe the selection should be called "Show Project Tree"
Just a final check, commonly my directory layouts look like:
```
/data -- the raid array mount point
foo -- the project name
foo -- the git tree and the project base dir in foo.geany
src
foo.cpp
lots more source
foo.geany
dev_build -- out of tree build dir
foo -- the executable
test_output -- unit test output file
lots more stuff the build makes
```
So if I had project foo open and foo.cpp and test_output open I would get
```
/data/foo/dev_build
test_output
foo
src
foo.cpp
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1813#discussion_r177245479
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180326/ed1c663d/attachment.html>
More information about the Github-comments
mailing list