<p dir="ltr">I'd say this is a good thing. Please don't pollute the source tree with junk placed next to the source files. This is very un-visual-studio. They should be in the intermediate folder next to the obj files.</p>
<div class="gmail_quote">On 2 Jun 2013 01:15, "Rainer Schuetze" <<a href="mailto:r.sagitario@gmx.de">r.sagitario@gmx.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On 01.06.2013 16:59, Flamaros wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Saturday, 1 June 2013 at 10:55:36 UTC, Rainer Schuetze wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On 01.06.2013 12:45, Flamaros wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thursday, 30 May 2013 at 22:39:28 UTC, Flamaros wrote:<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I followed indications, lst files are correctly generated for the code<br>
coverage, but I don't have the coloration in the editor. Can be because<br>
my application crash when exiting?<br>
</blockquote>
<br>
If your application crashed, the lst file might be from a previous run<br>
and is considered out of sync. Please check whether it is newer than<br>
the source file.<br>
Also, it has to be in the same folder with the same base name as the<br>
source. I've recently noticed that the lst files generation seem to<br>
replace '/' with '-' in path names making it pretty unpredictable were<br>
to look for files when all you know the source file name. I'll have to<br>
add a workaround for that.<br>
</blockquote>
<br>
When I check last modification of lst files it seems good.<br>
<br>
Effectively files name contains '-' characters (ex :<br>
"..-src-dquick-item-<u></u>mouseAreaItem.lst")<br>
Source file naming prevent '-' characters, so if everybody follow this<br>
rule replacing '-' by '/' will allow you to get right paths.<br>
</blockquote>
<br>
I guess Visual D will have to remember the last directory where it invoked the "Compile and Run" command and try to match lst files in that directory to the current source file.<br>
<br>
Does anybody know why the lst file is not written side-by-side with the source file?<br>
</blockquote></div>