<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 25, 2013 at 4:47 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thursday 25 July 2013 14:44:10 Andreas Pakulat wrote:<br>
> Hi.<br>
><br>
> On Thu, Jul 25, 2013 at 8:26 AM, Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>> wrote:<br>
> > Unfortunately I didn't get around testing the branch yesterday, maybe I<br>
> > can do that sometime during the day today.<br>
><br>
> Hmm, "doesn't work" ;) I've just checked out the projectfilter branch in<br>
> kdevplatform and kdevelop and rebuilt+reinstalled both. I see the new KCM<br>
> (kinda odd with a generic project manager project) and can add stuff there,<br>
> but it does not seem to filter quickopen or the project tree...<br>
<br>
</div>What project manager did you use? If cmake, then yes, its not implemented<br>
there. If anything else, it should work (and did for me last time I checked?).<br></blockquote><div><br></div><div style>Generic File Manager for a Python project, I added *.pyc to the excludes but the project tree still shows the pyc files. Haven't tried closing and re-opening the project, but can try that later.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> I think the UI is ok as it is for now, its not overly pretty but hey this<br>
> is a boring IDE not  plasma active ;)<br>
><br>
> One thing thats not completely clear from the UI is wether excludes<br>
> overrule includes or vice versa. (my gut feeling would be that includes<br>
> should always override excludes, but maybe the implementation disagrees<br>
> with me?)<br>
<br>
</div>Only stuff that is matched by any include rule and _not_ matched by any<br>
exclude rule should be shown. That's how it is right now. That way you could<br>
e.g. include "*.cpp" and "*.h" and then filter out "build/*" to exclude<br>
generated files.</blockquote><div><br></div><div style>I think that is the same logic I noted, just in different words. So for example if I exclude *.cpp but add foo.cpp to the includes I'll still see foo.cpp.</div><div style>
<br></div><div style>Andreas</div><div> </div></div></div></div>