Ticket #925 (new enhancement)
(wishlist) offer Regex Editor in context menu when cursor is on a regular expression
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Regex Editor | Version: | trunk |
| Keywords: | regex editor | Cc: |
Description
It would be nice to make the regex editor available via an item "Edit Regular Expression" in the context (right-click) menu whenever the cursor is on a regular expression in the source code.
Change History
comment:2 Changed 3 years ago by zenogantner
I just saw the regular expression editor is already in the context menu.
It does not work properly, though:
- Clicking "Insert" in the editor adds the (modified) regex to the file, but the old regex remains.
- Just closing the editor leaves the regex unmodified.
Note: See
TracTickets for help on using
tickets.

An even simpler (or better, additional) implementation would be that if the text cursor is in a regex at the time the regex editor is opened, then this regex is the one being edited.