[Github-comments] [geany/geany] Recursive folding of directories in Documents sidebar. (#1389)
Peter C. S. Scholtens
notifications at xxxxx
Thu Feb 9 22:56:41 UTC 2017
In the Documents sidebar, only one level of folding of directories is present. Imagine I execute the following shell commands:
mkdir -p dirroot/dir1
touch dirroot/dir1/file1.c
mkdir -p dirroot/dir2
touch dirroot/dir2/file2.c
Then the 'tree' command will display this as:
`.└── dirroot`
`....├── dir1`
`....│ └── file1.c`
`....└── dir2`
`........└── file2.c`
The Documents sidebar of Geany however does the graphical equivalent of:
`.└── dirroot/dir1`
`........└── file1.c`
`.└── dirroot/dir2`
`........└── file2.c`
Is is possible to implements this recursively also in Geany?
--
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/issues/1389
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170209/c90f53e6/attachment.html>
More information about the Github-comments
mailing list