Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
ctrl+alt+hctrl+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.
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.