Pending Check-Ins tab filtering

This forum is for all Flare issues related to using Source Control.
Post Reply
Gary Niemen
Sr. Propeller Head
Posts: 222
Joined: Fri Sep 12, 2008 1:57 am

Pending Check-Ins tab filtering

Post by Gary Niemen »

In the Pending Check-Ins tab, does anybody know if it is possible to use more advanced filtering. I want all Flare related files to show up (.html, .css, and so on), but I don't particularly want ClearCase related files to show up (for example, .keep).
sfoley
Propeller Head
Posts: 92
Joined: Mon May 05, 2008 5:00 pm

Re: Pending Check-Ins tab filtering

Post by sfoley »

Gary Niemen wrote:In the Pending Check-Ins tab, does anybody know if it is possible to use more advanced filtering. I want all Flare related files to show up (.html, .css, and so on), but I don't particularly want ClearCase related files to show up (for example, .keep).
Expand that pane until you see the Filter text box. In that box, type a semicolon-separated list of file extensions you want to be visible. For your example, you might want to use something like this:

Code: Select all

    *.htm;*.html;*.css;*.flpgl;*.jpg;*.png
That will show content files, CSS, page layouts, and PNG/JPG images.
Gary Niemen
Sr. Propeller Head
Posts: 222
Joined: Fri Sep 12, 2008 1:57 am

Re: Pending Check-Ins tab filtering

Post by Gary Niemen »

Perfect, thanks so much.
Post Reply