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

Remove extraneous 'Find and Replace...' item from the edit menu and codemirror #6350

Merged

Conversation

aschlaep
Copy link
Member

References

Fixes #6322

Code changes

This removes the IFindReplacer interface and all findReplacers logic from the Edit menu. It also removes the Find and Replace command added by the CodeMirror extension. These are being removed in favor of the new interfaces provided by the documentsearch package.

User-facing changes

Removes the Find and Replace item from the edit menu in favor of the Find option which provides replace functionality as well.

Backwards-incompatible changes

This removes the findReplacers property from the editMenu. Extensions that would like to add Find or Find and Replace functionality should use the documentsearch package instead.

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

@blink1073
Copy link
Member

LGTM, thanks!

@blink1073 blink1073 merged commit b9f142d into jupyterlab:master May 15, 2019
@blink1073 blink1073 added this to the 1.0 milestone May 15, 2019
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 7, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug pkg:codemirror pkg:documentsearch pkg:mainmenu status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find and replace menu item
2 participants