On Mon, 25 Jan 2016 18:11:31 GMT, Igor wrote:

Ok! Lets try that again!

Some simple extensions to dub are required for proper windows support:

  1. The Ability to generate full build selections for Visual D. I only get Win32 when using dub generate VisualD. Win64 support should be added, along with alternate compiler support. (GDC and LDC)

  2. The ability to refresh a project by adding new dependencies and files to the previously generate Visual D project. It should retain modified settings of the project file. I'm thinking of something like dub refresh VisualD would work.

The current generate settings are just child's toys without the ability to retain and update project info.

  1. Settings check - Print out all locations that are used in the build process(compiler, linker, etc) with errors when the actual files are not found. This is to help the user find and fix issues easily instead of getting frustrated with it.

Thank You.