Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Filtering Directories
Filtering Directories [message #77974] Sun, 10 August 2008 22:58 Go to next message
Eclipse UserFriend
Originally posted by: johnbdr.hotmail.com

Hi everyone,

To get CVS working properly with PDT/Eclipse, I need to set project base
directory to CVS root. But, my CVS tree has thousands of files most of
which I don't need in PDT/Eclipse, and having this many files slows down
PDT terribly! I know that you can use keyword based filters to filter out
directories, but this does not really work because PDT tries to match the
given pattern to every directory (including the ones I want to have in
PDT).

Is it possible to have an explicit include/exclude filter? Something like:

Exclude:
/projects/v1/php*

or

Include:
/projects/v2/php*

instead of having something like "php" or "v1" only? As I mentioned, if I
have v1 as exclude pattern, it will exclude all "v1" instances, including
ones inside /projects/v2/php/ path.

Or, full match would work great too, e.g.:

Exclude:
/projects/v1/php/src/

Thanks in advance.
Re: Filtering Directories [message #78464 is a reply to message #77974] Mon, 18 August 2008 05:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johnbdr.yahoo.com

Hmm, no comments about this?
Re: Filtering Directories [message #78479 is a reply to message #78464] Mon, 18 August 2008 10:34 Go to previous messageGo to next message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
Don't really get what you're trying to do...
Are you trying to limit what gets included in auto-completion?
Re: Filtering Directories [message #78555 is a reply to message #78479] Tue, 19 August 2008 08:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johnbdr.yahoo.com

Yes, that is exactly what I would like to do.
Re: Filtering Directories [message #78725 is a reply to message #78555] Wed, 20 August 2008 13:41 Go to previous message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
You might be able to get around it by using working sets. Not sure though.
Just bumped into them today, so I'm not 100% sure how they work, or if
it'll solve the issues you're having. As for PDT being slow, I'm also
using it with "thousands" of files, and it runs pretty much fine. What
version are you using?
Previous Topic:pdt 1.1 freezes eclipse
Next Topic:Question about Code Assist
Goto Forum:
  


Current Time: Thu Apr 25 16:49:30 GMT 2024

Powered by FUDForum. Page generated in 0.03272 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top