Removed deprecated methods...Added support for global, ignore case, dot all flags...Fixes #20...Fixes #23 #24
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.
I discovered this app that you can use to test Regular Expressions and of course, I know there is RegexTester.com but I needed something that I can work offline.
The app supports basic things but they are not up to what I need and I dedicated time today to add all the features of RegexTester.com (except substitutions, I don't use it).
I also added other minor features like restoring the flags settings when you reopen the app, removed deprecated GTK methods etc.
I am already using my own build, hopefully, you will merge it so that others can enjoy the new features too.
Before:
After:
Restoring Regex Pattern and Text:
Fixes: #20
Fixes: #23