X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-addfilter.html;h=46dd1de400b7a02012f3cd35dd3aa75d10b950d2;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hp=8d685790ff70ad322dde1041ea5e4e6a59f62bb1;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter3-addfilter.html b/Documentation/English (British)/developer-chapter3-addfilter.html index 8d68579..46dd1de 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.