Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Editor Replace History Persistence #238897

Closed
2 tasks done
osortega opened this issue Jan 27, 2025 · 1 comment
Closed
2 tasks done

Test: Editor Replace History Persistence #238897

osortega opened this issue Jan 27, 2025 · 1 comment

Comments

@osortega
Copy link
Contributor

osortega commented Jan 27, 2025

Complexity: 1

author: @osortega

Create Issue


Summary

We added replace history persistence for the text editor this month. It's enabled by default, but can be disabled via setting editor.find.replaceHistory. The replace history on the editor find widget is persisted per workspace when enabled and limited to 100.

Steps to Test:

  • Add setting "editor.find.replaceHistory": "workspace"
  • Open a text editor
  • Ctrl/CMD+F to search
  • Toggle the replace input box
  • Add text to the replace input box
  • Reload the window
  • You can still navigate between the keywords in replace history
@rebornix
Copy link
Member

It works great, now I miss it in notebook editor. Added tracking issue #238923

@rebornix rebornix removed their assignment Jan 28, 2025
@sandy081 sandy081 assigned dbaeumer and unassigned hediet Jan 28, 2025
@dbaeumer dbaeumer removed their assignment Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants