Ticket #1140 (closed defect: fixed)
Regex editor reverses flags on insert
| Reported by: | markkiteflyer | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Regex Editor | Version: | 0.80 |
| Keywords: | regex editor | Cc: |
Description
When entering a regex in the Regex editor and then pressing the "insert" button. The regex inserted has the reverse flags set to those chosen from the check boxes at the top.
E.g. If you select the "IgnoreCase?" checkbox only then the inserted regex will have the flags 'sgmx', but not 'i'.
Change History
Note: See
TracTickets for help on using
tickets.

fixed in r13833