> This proves that I'm not good at documenting such things for end users :-)
Thats ok, thats why I'm asking all these annoying questions :-) I think the confusion is that I understood that the difference between this option and the existing option was that all directories on the path to open files expanded, but in fact they only expand if more than one thing inside them is open. To confirm by example, if my project `src` directory had three sub-directories `front_end`, `middle_end` and `back_end` then if only a file was open in `front_end` the result for the project tree would be: ``` baz src/front_end xxx.cpp ``` but if I had a file open in each of `front_end` and `back_end` the result would be: ``` baz src back_end yyy.cpp front_end xxx.cpp ``` with `back_end` and `front_end` sorted and `middle_end` not showing. -- 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#issuecomment-378498884