The source project of this merge request has been removed.
Implement dialog for editing rules; Validate regex before saving
This adds a nice edit dialog for editing regex rules.
Invalid REs used to provoke a bug output window, I fixed it by validating the field value before accepting the value.