Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8989
    user
    Participant

    hello

    I have this macro:

    document.selection.Replace(“n”, ” “, eeFindReplaceOnlyWord | eeFindReplaceCase | eeFindReplaceQuiet | eeReplaceAll);

    can you tell me please where I can find a full list of the parameters like eeFindReplaceQuiet, eeFindReplaceOnlyWord, etc?

    also all the parameters like document.selection.Replace (I mean is here a text.selection.Replace ? etc)

    thanks

    #8991
    Cirillo
    Participant

    hello

    For parameters pls check built-in help:
    EmEditor Help – EmEditor Macro Reference – Selection Object – Replace Method

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