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

Search and replace in project editor #249

Closed
mvladic opened this issue Apr 21, 2023 · 1 comment
Closed

Search and replace in project editor #249

mvladic opened this issue Apr 21, 2023 · 1 comment
Assignees
Milestone

Comments

@mvladic
Copy link
Contributor

mvladic commented Apr 21, 2023

Studio already has the feature to search for the appearance of some text within the project. It will display all the items where such text is found. Now we need to add the feature to replace found text in selected item or all items at once with the other text value.

@mvladic mvladic added this to the M14 milestone Apr 21, 2023
@mvladic
Copy link
Contributor Author

mvladic commented Apr 21, 2023

We are moving search controls from the main toolbar to the Search panel.

Before:

image

Now:

image

Also:

  • We are now displaying found items inside the Tree
  • There are two new icon buttons for moving to the Next and Previous item.
  • There is a new button icon for switching between Search and Search and Replace mode. In Search and Replace mode there is an input box to enter replace text and also two new button icons for replacing selected item and for replacing all found items at once.

mvladic added a commit that referenced this issue Apr 21, 2023
mvladic added a commit that referenced this issue Apr 21, 2023
mvladic added a commit that referenced this issue Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants