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
