-
Notifications
You must be signed in to change notification settings - Fork 16
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
Create Tests Front-end #5
Comments
Started work on this in last commit. There are currently 2 RichTextBox "panes" - one on the left, one on the right. The left-hand pane shows results from a test as carried out by VbPcre2. The right-hand pane shows results from a test as carried out by VBScript Regexp. Once both tests are complete, a MsgBox will appear to tell you whether or not the results are identical. |
Looks nice. |
Sorry, must have accidentally closed this - reopened now. Good idea re: support for manual/user-defined regex testing @dragokas. I will add this as soon as possible. |
If you prefer, I could add a face for your wrapper the same as mine: VbPcre2 |
Your interface looks great, and it definitely makes sense to reuse it here if that works for you! I think we should wait until I move all the PCRE classes out into their own ActiveX DLL project though. Then there will be a separation of UI and PCRE/regex code (making it easier for people who just want the regex stuff and not the UI to grab what they need) |
Good idea. |
This is mostly a note to self - I'd like to create a front-end UI with a bunch of tests that can be run and possibly compared to VBScript Regex results - ideally we'd have a single method that can take either a VBScript Regex object or a CPcre object and run the exactly same regex matches/substitutions and compare the results, alerting the user of any differences.
The text was updated successfully, but these errors were encountered: