code-input icon indicating copy to clipboard operation
code-input copied to clipboard

Ctrl+Z can retrigger the FindAndReplace highlights without the Ctrl+F dialog box.

Open WebCoder49 opened this issue 1 year ago • 0 comments

My environment

My work-in-progress WebCoder49/neattribute project, in MS Edge 125.0.2535.51 (Official build) (64-bit).

Steps to reproduce

  • Use the FindAndReplace plugin, then Ctrl+F and type a word that is in the code.
  • Press the × button or the Escape key to return to the code.
  • Edit code if you want.
  • Use Ctrl+Z to undo until you see the Ctrl+F word highlights display again. Screenshot

Desired behaviour

This should either be removed or controlled, i.e. the find and replace dialog box should open when Ctrl+Z triggers a redo of find-and-replace, and should include a snapshot when the whole word was selected (currently not present).

WebCoder49 avatar May 21 '24 17:05 WebCoder49