Skip to content

listeners for notebook replace input element#247684

Merged
Yoyokrazy merged 2 commits intomainfrom
milively/experimental-peafowl
Apr 29, 2025
Merged

listeners for notebook replace input element#247684
Yoyokrazy merged 2 commits intomainfrom
milively/experimental-peafowl

Conversation

@Yoyokrazy
Copy link
Collaborator

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
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jun 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace not restored

2 participants