Skip to content

Minor issue with find and replace #1161

@just-another-guy-with-a-username

Description

Was using find and replace to clean up some code and make it more legible and I realized that the find section of the find and replace function is not case sensitive but the replace part is case sensitive, which could lead to issues. For instance, I wanted to make sure that the word player was capitalized whenever it showed up in a rule so I ran replace: player with: Player and it ran through all of the already capitalized instances of the word. My uninformed suggestion would be to provide a prompt for the user that would allow them to decide whether the find and replace function is case sensitive each time they use it, but I don't know how that might affect other features or the vision of the creator so it's just my opinion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions