<div dir="ltr">Maybe it's just me, but...<br><br>When you have a D project that consists of a main .d source file and<br>separate .d modules, it would be great if pressing `Build` for the main<br>file would automatically detect the other files, like so:<br>
<br><div style="margin-left: 40px;">`dmd main.d module01.d module02.d module03.d`<br></div><br>...which works if you just use the command line. So in Geany, there<br>could be a list of files that it keeps handy to check what the programmer<br>
has for files, and then immediately take all the necessary steps to build.<br>Kind of like using the `-I` switch to import? But only now it checks by<br>itself.<br><br>Good idea or not?<br><br>Or is it already possible within Geany?<br>
<br>Regards,<br>Brendan<br></div>