Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #10579
    LTT
    Participant

    For example:

    nFound = document.selection.Find( "aaa",  eeFindNext | eeFindSaveHistory );

    After running this macro, the current word to find doesn’t change to “aaa”.

    #10580
    Yutaka Emura
    Keymaster

    Hello,

    The issue is that if the Find Bar or Find dialog box is visible, the contents in the Find Bar or Find dialog box has higher priority to determine the search string when F3 is pressed. I will try to synchronize the contents of Find Bar when this macro is run on the next minor version. Meanwhile, please hide the Find Bar.

    Thanks!

    #10581
    LTT
    Participant

    Thank you.

    + other cases:
    When the Find Bar is visible and “Set Word to Find/Replace” command is triggered…

    And, how about adding a “Freeze” option (button) on the Find Bar? — So one can keep the contents of Find Bar, unless he changes them manually.

    #10582
    Yutaka Emura
    Keymaster

    Hello,

    I will fix the “Set Word to Find/Replace” issue for the next minor version. Thank you!

    #10616
    LTT
    Participant

    + Yet another case:
    editor.FindInFiles … eeFindSaveHistory …

    #10622
    Yutaka Emura
    Keymaster

    I will look into the code.

    Thanks!

    #10624
    LTT
    Participant
    document.selection.Find( "strFind", eeFindNext | eeFindSaveHistory | eeFindReplaceQuiet );

    After this is run, all the options that belong to [Find/Replace in Files] now are cleared:
    Display File Names Only
    Keep Modified Files Open
    Look in Subfolders
    Save Backups
    Use Output Bar

    Even the Quiet status persists. Use Find Next/Previous manually, if not found, no message on the status bar.

    #10625
    Yutaka Emura
    Keymaster

    Hello,

    I reproduced this issue, and it will be fixed on the next version.

    Thanks!

    #10659
    LTT
    Participant

    These two issues are not fixed:

    document.selection.Find( "strFind", eeFindNext | eeFindSaveHistory | eeFindReplaceQuiet );

    Even the Quiet status persists. Use Find Next/Previous manually, if not found, no message on the status bar.

    editor.FindInFiles … eeFindSaveHistory …

    And there is no index for “eeFindSaveHistory” in FindInFiles/ReplaceInFiles.

    #10660
    Yutaka Emura
    Keymaster

    Hello LTT,

    I will fix the first issue.

    As for the second issue, eeFindSaveHistory is not supported in Find/Replace in Files.

    Thanks!

    #10661
    LTT
    Participant
    #10663
    Yutaka Emura
    Keymaster

    Hello LTT,

    OK. eeFindSaveHistory will be supported on Find/ReplaceInFiles in the next version.

    Thanks!

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.