Ticket #94 (closed enhancement: worksforme)

Opened 5 months ago

Last modified 3 months ago

header generation

Reported by: Anonymous Assigned to: sagitario
Priority: major Component: Project Management
Version: 0.3.29 Keywords:
Cc:

Description

i dont know why but dmd seems to generate header files without the package structure where they belong to. can visualD move those .di files to the correct structure when i enable header generation in the properties ?

Change History

12/30/11 06:44:07 changed by Anonymous

  • type changed from defect to enhancement.

12/30/11 08:21:00 changed by sagitario

I think it could work to some extend with single file compilation if you put di_dir/$(INPUTDIR)/$(INPUTNAME).di into the "Documentation file" setting.

03/04/12 09:17:18 changed by Anonymous

  • status changed from new to closed.
  • resolution set to worksforme.
  • component changed from Language Service to Project Management.

As discussed on the newsgroup this works when using the -op option for dmd, which is enabled by the "keep path from source file" checkbox.