Skip to content

listeners for notebook replace input element #247684

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

Merged
merged 2 commits into from
Apr 29, 2025

Conversation

Yoyokrazy
Copy link
Contributor

Fixes: #247635
Unblocks: #247459

An oversight during initial implementation. Made the assumption that there was already a local history for the replace input box, allowing you to navigate through history. There never was, so any time you typed in the replace box, it would never get added to the history set, even the local set that wasn't persistent.

Missed it in the initial test because there was history always coming from the standard editor find widget once the storage was set up which was always navigable. Had to set both settings to never which would effectively flush the storage, and reveal the issue in notebooks.

Anyways this just adds the listeners.

@Yoyokrazy Yoyokrazy enabled auto-merge (squash) April 28, 2025 22:54
@vs-code-engineering vs-code-engineering bot added this to the April 2025 milestone Apr 28, 2025
@Yoyokrazy Yoyokrazy merged commit ecbbe26 into main Apr 29, 2025
8 checks passed
@Yoyokrazy Yoyokrazy deleted the milively/experimental-peafowl branch April 29, 2025 02:23
mustard-mh pushed a commit to gitpod-io/openvscode-server that referenced this pull request Apr 30, 2025
* add replace listeners -- wip

* guess what? typescript isn't an HDL. order matters smh
NikolaRHristov pushed a commit to CodeEditorLand/Editor that referenced this pull request Apr 30, 2025
* add replace listeners -- wip

* guess what? typescript isn't an HDL. order matters smh
mustard-mh pushed a commit to gitpod-io/openvscode-server that referenced this pull request May 7, 2025
* add replace listeners -- wip

* guess what? typescript isn't an HDL. order matters smh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace not restored
2 participants