Community
Participate
Working Groups
When for example specifing the {dirty_flag} label before the file name, dirty hidden files are shown in the navigator even when the .* navigator filter is activated. Instead, other files at the end of the list that should be shown get hidden. It looks as if the navigator determines the correct number of visible items but then doesn't filter out the right items when showing the files because the name of the items have changed due to CVS label decorations that have been applied in the meantime (this is speculation). I guess the sequence of these steps should be changed: filter first, apply decoration later.
Which version of 3.0 are you using?
Version: 3.0.0 Build id: 200406111814
The Navigator does filter based on the pre-decorated name. This sounds like a dup of bug 66439. *** This bug has been marked as a duplicate of 66439 ***
To confirm, the dirty files matching .* were showing, then you activated the filter to hide them, but they kept showing? If you select one of the entries, what shows in the status line?
That's really weird. I just tried it again and now it works correctly. I cannot reproduce this behavior any longer.
Did you have any background jobs going at the time that may have blocked the decorator from running?
I don't think so. It looked as if the first step of the filter was completed (the correct number of files where shown), simply that it filtered out the wrong files, actually the ones that came in the end of the list... As soon as I deactivated the dirty-flag, it function correctly again.