Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30110
    spiros
    Participant

    I updated to Windows 11 and macros no longer seem to work. My Windows is not on S Mode.
    EmEditor 22.3

    Beginning of content of a sample macro not working:

    document.selection.Replace("\\s+\\z","",eeReplaceAll | eeFindReplaceRegExp,0);
    document.selection.Replace("\\n",", ",eeReplaceAll | eeFindReplaceRegExp,0);
    document.selection.Replace(" ,",",",eeReplaceAll,0);
    #30111
    spiros
    Participant

    It was fixed with reinstallation.

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