Skip to content

Find and Replace, TitleCase#730

Open
f-osorio wants to merge 13 commits intomainfrom
find-and-replace
Open

Find and Replace, TitleCase#730
f-osorio wants to merge 13 commits intomainfrom
find-and-replace

Conversation

@f-osorio
Copy link
Copy Markdown
Contributor

@f-osorio f-osorio commented May 7, 2026

Added

  • Find and Replace to Marva - ctrl+alt+h
  • Ability to title case highlighted text - ctrl+alt+t [don't work so well in FireFox]

Both are available as shortcuts, or under Menu > Edit.

Find and replace will open a modal. Results will have the string the search value is found in, the component's label, and the "source" (Work, Instance, Item...). Can replace all or some of the matching values. If a string contains the value multiple times, each will be display independently. Clicking the "component," will close the search and jump to that component in the record.

image

Title Case is a quick way to change the casing of highlighted text. Sometimes CIP can come in with text that is all caps and needs to be changed.

image image

f-osorio added 13 commits May 4, 2026 14:08
Can find and replace one instance at a time. Matching is done on DOM
textarea.

TODO:
- Case matching
- Replace All
- How to handle mulitple matches in 1 textarea
- Handle non-Latin?
Better for find and replacing.

Also,
- replace all working
- Able to show mulitple matches in the same component and replace them
  independently
- Search results updated after replacing
Gets thrown off if something is removed
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.

1 participant