I just upgraded to SE 2008, and the first thing I tried to do was build a project. I already had a list of directories to search for source, so I tried to use the project files import. However, some of the directories I had listed didn't return any results. Ex:
C:\project\source\*.c
C:\project\source\*.h
The source directory contains a few .c files, but no .h files. When I import this file list, I get a "file not found" dialog (as generated in project.e, line 8600). No hint about what wasn't found, unfortunately (my import list had dozens of entries). I went back to my old SlickEdit (v10) and it handled this case without any trouble.
I'm going to go hunting in project.e, but if anyone else has a fix, please let me know. I will try to add some way to do exclusions via import list, but that seems tough, since the search code is general purpose. I'd like to be able to create a list such as:
C:\project\source\*.c
- C:\project\source\old-*.c
That way, all of my "old" files wouldn't get pulled into the project.