From 3815617c565a62a70d5498d3f87132847ca72f97 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 22 Nov 2006 15:12:36 +0000 Subject: [PATCH] PATCH: [ 1600651 ] Manual: clarify folder filter rules about starting mark --- Docs/Users/Manual/Changes.txt | 4 ++++ Docs/Users/Manual/Filters.xml | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Docs/Users/Manual/Changes.txt b/Docs/Users/Manual/Changes.txt index 913bf0737..9a757f5da 100644 --- a/Docs/Users/Manual/Changes.txt +++ b/Docs/Users/Manual/Changes.txt @@ -1,3 +1,7 @@ +2006-11-22 Kimmo + PATCH: [ 1600651 ] Manual: clarify folder filter rules about starting mark + Manual: Filters.xml + 2006-11-21 Tim PATCH: [ 1398013 ] Add availability of binary viewing/merging to FAQ Manual: Faq.xml diff --git a/Docs/Users/Manual/Filters.xml b/Docs/Users/Manual/Filters.xml index 8f94cf93f..db2d18866 100644 --- a/Docs/Users/Manual/Filters.xml +++ b/Docs/Users/Manual/Filters.xml @@ -145,7 +145,7 @@ def: includewhere def: is: filter must contain rule to include all wanted subfolders. Usually its wise to use this rule to include all subfolders: - d: \\*$ ## Subdirectories + d: \\*$ ## Subfolders There can be one filter rule in one line. And rule cannot be split to several lines. Common format for one filter line is like this: @@ -154,15 +154,16 @@ def: includewhere def: is: or - d: \\directory$ ## Match given directory name + d: \\folder$ ## Match given folder name Rule begins with "f:" if it matches for filenames and "d:" if it matches for folder names. - (d comes from "directory".) Filenames are given to filter as is, there - are no special characters added. But for folder names there must be - "\\" in begin of folder name. This is done clearly - to separate folder names and filenames. "##" is a - comment separator, all characters in line after that are ignored by + (d comes from "folder".) Filenames are given to filter as is, there are + no special characters added. But for folder names there must be + "\\" in begin of folder name. The resulting "\" + char is a part of the folder name. This is done clearly to separate + folder names and filenames. "##" is a comment + separator, all characters in line after that are ignored by WinMerge. @@ -181,7 +182,8 @@ def: includewhere def: is: f: \.h$ ## Match *.h files f: ^My ## Match My*.* files f: Dlg\. ## Match *Dlg.* files -d: \\test$ ## Match 'test' directories +d: \\test$ ## Match 'test' folders +d: ^\\Build$ ## Match 'Build' folders Line begin or -end marker ("^" or @@ -314,4 +316,4 @@ f: ^[h,k,m] ## h*.* & k*.* & m*.* files ^# - + \ No newline at end of file -- 2.11.0