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

Ck/10146 find in multiroot #10200

Merged
merged 7 commits into from
Jul 27, 2021
Merged

Ck/10146 find in multiroot #10200

merged 7 commits into from
Jul 27, 2021

Conversation

magda-chrzescian
Copy link
Contributor

@magda-chrzescian magda-chrzescian commented Jul 22, 2021

Suggested merge commit message (convention)

Feature (find-and-replace): Find and replace feature should work in the multi-root editor. Closes #10146.

Fix (find-and-replace): The Ctrl+F shortcut should open the find and replace drop-down.

Tests (find-and-replace): Added automatic and manual tests for the find and replace feature in the multi-root editor. See #10146.

Docs: Added the find and replace feature to the multi-root editor example.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

@@ -88,7 +88,7 @@ export default class FindAndReplaceUI extends Plugin {
this.formView = formView;

editor.keystrokes.set( 'Ctrl+F', ( data, cancelEvent ) => {
dropdown.buttonView.actionView.fire( 'execute' );
Copy link
Contributor

Choose a reason for hiding this comment

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

This has been fixed couple of days ago #10189 I'll merge the latest master branch.

@mlewand mlewand self-requested a review July 27, 2021 06:41
Copy link
Contributor

@mlewand mlewand left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Not sure about adding find and replace to the multiroot example though so please verify this with CCX squad if that's something we want to have.

@mlewand mlewand merged commit b7b3124 into master Jul 27, 2021
@mlewand mlewand deleted the ck/10146-find-in-multiroot branch July 27, 2021 06:46
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.

Find and replace multiroot support
2 participants