Giles icon indicating copy to clipboard operation
Giles copied to clipboard

Remove .cs filter hack

Open reidev275 opened this issue 12 years ago • 2 comments

Rather than looking for changes to only .cs files read through the project file(s) referenced by the solution to get a list of the <ItemGroup><Compile Include="filename.ext" /> files to watch.

reidev275 avatar Sep 27 '13 13:09 reidev275

Only watching cs files has been something that I've wanted to fix. Parsing through csproj files is fine, but I want to make sure Giles can fall back to all cs files as it does now. Reason being that I will often use Giles without Visual Studio.

Somewhat related (and to be a new issue): I want to see what can be done with Giles to support ScriptCS.

codereflection avatar Sep 27 '13 16:09 codereflection

Nice, I like where you're going.

How are you using Giles for non VS usage? By that I mean what parameters do you pass to Giles.

reidev275 avatar Sep 27 '13 16:09 reidev275