AddFind Method (Filters Collection)¶
Adds an item for a search. strFind Specifies a string to search for. nFlags Specifies a combination of the following values. eeFindLogicalOr Specifies a logical disjunction (logical OR) to the previous level in case of multiple levels of the filter. eeFindNegative Shows the Filter toolbar and excludes the lines that match the specified string. eeFindReplaceCase Matches cases. eeFindReplaceEscSeq Uses escape sequences. Cannot be combined with eeFindReplaceRegExp. eeFindReplaceOnlyWord Matches only whole words. eeFindReplaceRegExp Uses a regular expression for the searched string. Cannot be combined with eeFindReplaceEscSeq. eeFindWholeString Matches whole strings. nExFlags Specifies a combination of the following values. eeExFindBookmarkedOnly Matches bookmarked lines only. This flag cannot be combined with eeExFindUnbookmarkedOnly. eeExFindCrLf Matches lines of which the newline character is CR and LF. This flag must be combined with eeExFindMatchNL. eeExFindCrOnly Matches lines of which the newline character is CR only. This flag must be combined with eeExFindMatchNL. eeExFindFuzzy Uses fuzzy matching. eeExFindLfOnly Matches lines of which the newline character is LF only. This flag must be combined with eeExFindMatchNL. eeExFindLinkFile Specifies strFind is the file path to a linked file that contains multiple search strings divided by newlines. If a tab character is included in a line, the search string is the first string not including the tab character. strFind may be a relative path from the EmEditor install path. It may contain environment variables such as %USERPROFILE%. To specify a file in the running macro folder, use this form: eeExFindMatchNL Matches specified newline characters. This flag should be combined with eeExFindCrLf, eeExFindCrOnly, eeExFindLfOnly, and/or eeExFindNLOthers. eeExFindNLOthers Matches lines without a newline character. These lines includes the last line of the file and very long lines that continue to the next line without a newline character. This flag must be combined with eeExFindMatchNL. eeExFindNumberRange Matches a number range expression. This flag cannot be combined with eeFindReplaceEscSeq or eeFindReplaceRegExp. eeExFindUnbookmarkedOnly Matches unbookmarked lines only. This flag cannot be combined with eeExFindBookmarkedOnly. eeExFilterBegin Specifies a begin filter. This flag cannot be combined with eeExFilterEnd. eeExFilterEnd Specifies an end filter. This flag cannot be combined with eeExFilterBegin. Supported on EmEditor Professional Version 19.9 or later.¶
[JavaScript]¶
list.AddFind( strFind, nFlags, nExFlags );
[VBScript]¶
list.AddFind( strFind, nFlags, nExFlags )
Parameters¶
ScriptFullName.substr( 0, ScriptFullName.lastIndexOf( "\\" ) + 1 ) + "LinkFile.txt"Version¶