[Github-comments] [geany/geany] Rpg sidebar tree (see #259) (#1813)

Thomas Martitz notifications at xxxxx
Mon Mar 26 21:02:30 UTC 2018


kugel- 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.
+

The node in the tree view is labeled after the project. While normally folders are combined if no files in parent folders are open, this is not done for projects.

e.g. if I open document.c it shows normally as
~/dev/geany.git/src
-- document.c

If I make a project it shows as
geany
-- src
---- document.c

Documents outside the project base dir are not affected (i.e. the nodes are labeled after the paths)

-- 
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_r177233808
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180326/89ba8743/attachment.html>


More information about the Github-comments mailing list