Closed etcimon closed 10 years ago
could you send me the dub.json?
I tried multiple dub.json projects, they all have this behavior
Ah, that's probably because I'm including now all subdirectories of a dub project. And if there's any subpackage, it will be rendered twice. Hmm.
Actually, I just tried vibe.d and it was fine. The problem is with libasync and botan.
https://github.com/etcimon/libasync https://github.com/etcimon/botan
Okay, that's obvious then: source/botan is a subdirectory of the dub project--which is then added twice or so. Hmm.
I removed sourcePath
and the problem is solved. I think I prefer the new mono-d behavior, but I'd probably just restrict the tree if it's present.
Actually, I was trying out clion
recently to adapt those c++ projects and they show the entire file structure but gray out the folders and files that are not in sourcePath
or the default path. Maybe MonoDevelop has a similar interface?
Btw, the document outline is missing spaces after commas, I get confused every time I look at it. Was it a deliberate design decision?
missing spaces after commas? Of which kind of symbols are you talking about? Got a screenshot?
Yes, I refer myself to the document outline and leave it on the right bar. It works so far but it feels hard because there's no spacing after the commas.
Windows and linux latest versions of everything, both have this problem of duplicating files in the workspace tree. The filesystem is not affected.