Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26492
    LTT
    Participant

    Run this snippet:
    ${3:<${1:strong}>${2:${SelText}}</$1>}$0
    Type: x
    Now it’s: <x></x>
    Undo.
    ** The whole string is undone.

    Is it possible to make it undo “x” only?

    #26510
    Yutaka Emura
    Keymaster

    This will be addressed on v19.5.0.

    #26518
    LTT
    Participant

    I see no change.

    #26665
    Yutaka Emura
    Keymaster

    Can you check again with EmEditor v19.7 beta 3 (19.6.93)?
    Thanks,

    #26666
    LTT
    Participant
    Run this snippet: ${3:<${1:strong}>${2:${SelText}}</$1>}$0
    Result: <strong></strong>
    Type: x
    Result: <x></x>
    Undo.
    Result: <strong></strong>
    Type: a
    ** Result: <a></strong>
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.