[ProjectViewer] Change the filter system
Submitted by Wednesday, 17 May, 2006 - 22:25
on
When using the Project Viewer, with the file I edit using jEdit, I've got a lot of temp' file (example : foo.php~) which I'd like to cut off the project tree.
The problem is that the glob pattern does not accept to do something like this :
!*~
This will restrain file finishing by ~ as well as other file...
I think it could be better to have a set of regexp : we would have a JTable, with a list of regexp (in order of priority) so that when we reimport file using filter, it use regexp to match (or not) the file name.
The problem is that the glob pattern does not accept to do something like this :
!*~
This will restrain file finishing by ~ as well as other file...
I think it could be better to have a set of regexp : we would have a JTable, with a list of regexp (in order of priority) so that when we reimport file using filter, it use regexp to match (or not) the file name.