X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-editfilter.html;h=eb7373d16097ef5f0d5c9260e7651f2f6a5d4fb5;hb=78f6c5e8ed54c22b470764e2b93c42ef1f6644e8;hp=7c81d2748a2994ed6e2565ff155a1591be8ab3bf;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter3-editfilter.html b/Documentation/English (British)/developer-chapter3-editfilter.html index 7c81d27..eb7373d 100644 --- a/Documentation/English (British)/developer-chapter3-editfilter.html +++ b/Documentation/English (British)/developer-chapter3-editfilter.html @@ -31,7 +31,7 @@ Edits a filter in the filter database.

$kiriwrite_dbmodule->connectfilter();
- $kiriwrite_dbmodule->editfilter({ FilterID => 1, NewFindFilter => “The new find filter setting.”, NewReplaceFilter => “The new replace filter setting.”, NewFilterPriority => 2, NewFilterNotes => “The new notes of the filter.” }); + $kiriwrite_dbmodule->editfilter({ FilterID => 1, NewFindFilter => “The new find filter setting.”, NewReplaceFilter => “The new replace filter setting.”, NewFilterPriority => 2, NewEnabled => 1, NewFilterNotes => “The new notes of the filter.” });
options
@@ -58,6 +58,10 @@ Specifies the following options as a hash in any order.

NewFilterPriority Specifies the new filter priority setting. + + NewEnabled + Specifies if the filter should be used when compiling. + NewFilterNotes Specifies the new filter notes.