DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Dub creating project with existing code base #127

Open Kozzi11 opened 8 years ago

Kozzi11 commented 8 years ago

When I use New -> DUB Project and select existing code base location which contains dub project structure, DDT assumes that source folder is called src, but dub can work both src and source. So when I use source DDT will create src in my existing dub project.

bruno-medeiros commented 8 years ago

It can be src or source or any other folder for that matter. DDT doesn't check for the source folder, it checks to see if there is a dub.json present or not (to determine if it should create the source folder or not). You're probably using dub.sdlon those DUB projects?