Enhance Visual Differentiation for Similar Regex Components #153
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.
Currently, the app uses the same line style and color for pairs of elements such as "one of" vs. "none of", "Preceded by:" vs. "Not preceded by:", and "Followed by:" vs. "Not followed by:". This similarity can make it hard to quickly distinguish between components that have different logical meanings.
Therefore, I wanted to change these line styles and colors. The goal of this PR is to enhance the clarity and visual communication of regex components. By differentiating these elements visually, users can more easily parse and understand complex regular expressions.
However, I fully understand and respect that the current design may have been chosen for specific reasons. My intention is simply to propose a possible enhancement, not to override any existing design decisions.