sakura/en/Find

Last-modified: 2008-03-29 (土) 15:52:20

Find

The dialog for the character string search is opened.
At present, the retrieval to extend over two lines or more (two or more lines) cannot be done.
It is set that the retrieval is executed according to the type The retrieval mark adheres by the color specified for "Find Result" in "Color" Property.

[Condition] EditBox

The search condition is specified.

[Looks for Wording] CheckBox (default: Non-Checked)

The retrieval mark adheres only to the part where the retrieval character string input to "Condition" is one word.
For instance, the mark doesn't adhere to pen of "I have a pencil." though the mark adheres to pen of "I have a pen." when "pen" is input.
The retrieval mark doesn't adhere when the character string of two or more words is input to "Condition".
For instance, the mark doesn't adhere to a pen of "I have a pen." even if "a pen" is input.

[Case Sensitive] CheckBox (default: Non-Checked)

The capital letter and the small letter of the normal-width alphabet are distinguished.

[Regular Expression] CheckBox (default: Non-Checked)

[Show Message when Not Found] CheckBox (default: Checked)

When a corresponding character string to the search condition is not found, the dialog is displayed.

[Auto Close Find Dialog] CheckBox (default: Checked)

[Find from Head(End) Again] CheckBox (default: Non-Checked)

[Prev Find] Button

It retrieves ahead of the cursor position.

[Next Find] Button

The back of the cursor position is retrieved.

[Mark Pertinent Line] Button

All retrieved lines are set to the bookmark.

[heart] Because the regular expression has been achieved by the free software named BREGEXP.DLL (Or, bregonig.dll), it is necessary to obtain it separately for the person who is not possession.

[hatena] Hint: The character string can be writing retrieved directly to the toolbar by registering the Find (Box) in the toolbar.

Macro Syntax

  • Syntax
    SearchDialog( );
  • Record
    It records by executed [Find], [Next Find], and [Mark Pertinent Line].