X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-addfilter.html;h=51b58adb8adf4abcc0d64f8808e5c2b94c26268a;hp=8d685790ff70ad322dde1041ea5e4e6a59f62bb1;hb=78f6c5e8ed54c22b470764e2b93c42ef1f6644e8;hpb=f50ef089751cbe0dffa1dcc19a359b1d94737a59 diff --git a/Documentation/English (British)/developer-chapter3-addfilter.html b/Documentation/English (British)/developer-chapter3-addfilter.html index 8d68579..51b58ad 100644 --- a/Documentation/English (British)/developer-chapter3-addfilter.html +++ b/Documentation/English (British)/developer-chapter3-addfilter.html @@ -29,7 +29,7 @@ Adds a filter to the filter database.

$kiriwrite_dbmodule->connectfilter(1); - $kiriwrite_dbmodule->addfilter({ FindFilter => “This is the find filter.”, ReplaceFilter => “This is the replace filter.”, Priority => 1, Notes => “Some notes about the filter.” }); + $kiriwrite_dbmodule->addfilter({ FindFilter => “This is the find filter.”, ReplaceFilter => “This is the replace filter.”, Priority => 1, Enabled => 1, Notes => “Some notes about the filter.” });

@@ -54,6 +54,10 @@ Specifies the following options as a hash in any order.

Priority Specifies the priority setting of the new filter. + + Enabled + Specifies if the filter should be used when compiling. + Notes Specifies the notes for the new filter.