I’ve a suggestion regarding the gear icons for each Introjucer exporter config; having a different colour (or other appropriate indicator) to show that it’s aiming at a different architecture.
The graphical change would make it really obvious without having to “open” it.
Case in point - can’t really tell which one is x64 or x86 here:
[attachment=0]Let’s play a game.png[/attachment]
Also, in case you’re wondering, renaming configs to differentiate them makes them confusing to use in VS because there are two drop-downs. (ie: using “Debug” and “Debug x64”, “Release” and “Release x64”, would make 4 options in one dropdown, where you can select Win32 or x64 for any four of them!)
From a code perspective, I can see why you skipped over this post, Jules… (or may just not be interested/too busy)
Regardless, had a bit of fun looking into it, and the solution is not clean because of the way the exporter/config classes are laid out in the files. But I got it working, so here’s a screenshot:
[attachment=0]Exporter Architecture Colours.png[/attachment]
Colour choices are easily modifiable, but here’s what I used:
Also, I think a colour-change is entirely the wrong way to show it, because unless if you don’t already know what the colour means, there’s no way of finding out without a lot of head-scratching.
If I really had to do this, my preference would be to append “(64 bit)” to the names shown, but it’d also have to be smart enough to only do that if there are identically-named configs which have different architectures.