-
Notifications
You must be signed in to change notification settings - Fork 105
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
More efficient Regex search with improved user experience. #12775
More efficient Regex search with improved user experience. #12775
Conversation
… editor-search-regex-revamp # Conflicts: # vassal-app/src/main/java/VASSAL/configure/ConfigureTree.java
…Search session clarification in doc.
… or not found, show Regex pattern specifically, in case of default.
…ing (unlike underline elsewhere).
I've tried to make the Regular Expression option more usable and more efficient. I think it's working now, external testing and feedback welcome. I've also tweaked the search "matches found or not" headings to make the output very slightly more readable. |
I've noticed the my attempt to detect a lack of Regex and apply a default doesn't seem that reliable. I am looking into it. |
Sounds like still a "Work in Progress"? pending regex detection? |
Yes, I will be submitting a branch from this PR that offers normal, word start and full regex as radio button options along with some other enhancements. |
Try a re-vamp of Regex search.