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

enable find widget for interactive window #163228

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Oct 10, 2022

fixes #130587

Use the same find widget as notebooks, but disable 'replace'

@@ -168,6 +168,7 @@ export class FindModel extends Disposable {
} else {
const match = findMatch.matches[matchIndex] as FindMatch;
findMatch.cell.updateEditState(CellEditState.Editing, 'find');
findMatch.cell.isInputCollapsed = false;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only input matters for now, we don't find results within collapsed outputs

@amunger amunger merged commit b4e1d3b into microsoft:main Oct 17, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2022
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.

in native interactive window, text search/find is missing
2 participants