Project Filtering

Milian Wolff mail at milianw.de
Thu Jul 25 22:45:00 UTC 2013


On Thursday 25 July 2013 22:33:23 Andreas Pakulat wrote:
> Hi,
> 
> On Thu, Jul 25, 2013 at 10:25 PM, Andreas Pakulat <apaku at gmx.de> wrote:
> > Hi,
> > 
> > On Thu, Jul 25, 2013 at 8:41 PM, Milian Wolff <mail at milianw.de> wrote:
> >> On Thursday 25 July 2013 17:17:12 Andreas Pakulat wrote:
> >> > Hi,
> >> > 
> >> > On Thu, Jul 25, 2013 at 4:47 PM, Milian Wolff <mail at milianw.de> wrote:
> >> > > On Thursday 25 July 2013 14:44:10 Andreas Pakulat wrote:
> >> > > > Hi.
> >> > > > 
> >> > > > On Thu, Jul 25, 2013 at 8:26 AM, Andreas Pakulat <apaku at gmx.de>
> >> 
> >> wrote:
> >> > > > > Unfortunately I didn't get around testing the branch yesterday,
> >> 
> >> maybe
> >> 
> >> > > > > I
> >> > > > > can do that sometime during the day today.
> >> > > > 
> >> > > > Hmm, "doesn't work" ;) I've just checked out the projectfilter
> >> 
> >> branch in
> >> 
> >> > > > kdevplatform and kdevelop and rebuilt+reinstalled both. I see the
> >> 
> >> new
> >> 
> >> > > > KCM
> >> > > > (kinda odd with a generic project manager project) and can add
> >> > > > stuff
> >> > > 
> >> > > there,
> >> > > 
> >> > > > but it does not seem to filter quickopen or the project tree...
> >> > > 
> >> > > What project manager did you use? If cmake, then yes, its not
> >> 
> >> implemented
> >> 
> >> > > there. If anything else, it should work (and did for me last time I
> >> > > checked?).
> >> > 
> >> > 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.
> >> 
> >> Hm that should work, I'll investigate later. Thanks for the report.
> > 
> > Strange this works fine on my home machine, no idea whats going on on the
> > work machine...
> 
> But it seems filtering out complete subdirs or at least all files
> recursively does not work and neither filtering a specific file in all
> subdirs. That is given a structure like this (/ is the project root dir):
> 
> /
> + - framework
> 
> |      +- baz
> 
> + - builds
> 
> |       +- linux
> |       
> |            +- README.txt
> 
> + - config
>         +- baz
> 
> The following exclude's don't seem to exclude anything:
> 
> builds
> builds/*
> */baz
> 
> I still see the two baz files as well as 'builds' and its various
> children/grandchildren. This is with the generic project manager again.

Confirmed, there are some fishy things going on. I'll investigate more 
tomorrow. Thanks for the report!
-- 
Milian Wolff
mail at milianw.de
http://milianw.de


More information about the KDevelop-devel mailing list