Skip to content

Add UI view to edit replacement patterns for regex_filter

Vincent Flyson requested to merge regex-filter-config-ui into master

Regex Filter is a nice plugin but managing the pattern rules via chat commands was a pain.
I believe it's much better now.


I'd get rid of all chat commands altogether in the future, add
option to mark certain patterns as re.IGNORECASE,
and make it possible to edit existing patterns within the list view.

Merge request reports