File Locations: Problem with include Filter

TenGor

Member³
Hy,

i have the following problem with the Include file Filter of the File Locations windows:

Path: s:\project\sqlscri (no include subdirs)
Include: b*.sql;p*.sql
Exlcude: *.~*;files.info (the default)
Description: sqlscri

Our Package Body are named f.e. bhbewmed.sql
The associated Package Header is named phbewmed.sql

In the Files-Tab i only can see our Package Bodies.
If i set the Include Filter only to "p*.sql" i can't see anything in the Files-Tab.
 
I tried this very often, but it doesn't work here.
I tried the File Filter in other Programs (like TotalCommander) too, and there it works.

Here is my Config from user.prefs:

[FileBrowserFolders]
Name=Senso6
Number=1
Parent=0
Color=16711680
Path=S:\SENSO6
Subdirs=0
IncludeFileFilter=
ExcludeFileFilter=*
Name=sqlscri
Number=2
Parent=1
Color=65535
Path=S:\SENSO6\sqlscri
Subdirs=0
IncludeFileFilter=b*.sql;P*.sql
ExcludeFileFilter=
Name=admin
Number=3
Parent=1
Color=65535
Path=S:\SENSO6\sqlscri\admin
Subdirs=1
IncludeFileFilter=*.sql
ExcludeFileFilter=*.~*;files.info
Name=servpack.4
Number=4
Parent=1
Color=65535
Path=S:\SENSO6\sqlscri\servpack.4
Subdirs=1
IncludeFileFilter=*.sql
ExcludeFileFilter=*.~*;files.info

 
Hy Marco,

before posting this i had installed 8.0.1.1502
Today i see there is the version 8.0.2.1505 which is currently installed. -> Same behaviour.

I still can test it in the "old" version.
 
Hy Marco,

some additional Infos:
This seems to be a file count problem.

I have tested it in a new Directory with only 2 Files:
bhtest.sql and phtest.sql
-> created a new Entry in Files Location, same Filter -> it works!

In our "normal" developing Directory we have much more files.
The Total of files: 4200 (Scripts for creating Tables, Trigger, Sequences etc.)
And for the filter "b*.sql;p*.sql": 570 Files

Could you please have a look at it?
The "Bug" is really annoying me, because to edit a Package Header i have to drag&drop it to PL/Dev and change the window to "Program Window"...
 
Back
Top