aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Feature Request: Different build modes on dub projects, currently only "default" is shown. #543

Closed tofuninja closed 9 years ago

tofuninja commented 9 years ago

Would be nice to have a build mode other than just "default" for dub projects (such as debug, release, profile)

aBothe commented 9 years ago

There is support for dub configurations already. I don't know whether the makers of dub invented new weird trends (I don't want to talk about kinds anymore :D) of configuring builds, but if you have different configurations of your dub project, they will be shown.

aBothe commented 9 years ago

Please stay in the irc channel for a while if you ask whether there's someone there :D

tofuninja commented 9 years ago

In dub, there is a distinction between build types and configuration types. Both can be defined in the .dub but it seems only configuration types are picked up by monoD. The build types also have a set of predefined types(debug, release, profile, etc). MonoDevelop has drop down boxes for both but it seems the build type box is stuck on "Default" and grayed out if you use a dub project.

aBothe commented 9 years ago

I think I had to face this problem with using the second drop down box some time ago. There was a huge problem with accessing this Platforms-dropdown because of closed APIs.

aBothe commented 9 years ago

481