Hello,

i have a problem:
When I set the variable ExtRoots to false, because I don't want to devide my
project-tree to subtrees for the filefilter. But the result is devide in
subtrees by the filefilter.

I want only:

root
  +->Dir1
  |    +-> File1.c
  |    +-> File2.c
  |    +-> File3.h
  |
  +->Dir2
       +-> File4.c
       +-> File5.h

But I get:

root
  +->c
  |   +->Dir1
  |  |    +-> File1.c
  |  |    +-> File2.c
  |  |
  |   +->Dir2
  |       +-> File4.c
  |
  +->h
     +->Dir1
     |    +-> File3.h
     |
     +->Dir2
          +-> File5.h


My config-file:
 SubToFolder=true
 Propath=D:\project\src
 Pathalias=Proj1
 FileFilter=.c;.h;.mk
 FileAlias=
 ExtRoots=false
 NoUnknown=true
 SubFolders=
 ExclFolders=.svn
 ExclFiles=
 ExclExtens=

What I do wrong?

Best Regards
Maik

-- 
<http://forum.pspad.com/read.php?2,40224,45869>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem