svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
GNU General Public License v3.0
77 stars 13 forks source link

[FILTERS_VIEW] Filter view breaks the regex after changing the variable's value #88

Closed svlad-90 closed 4 years ago

svlad-90 commented 4 years ago

Observed behavior:

The filter view breaks the regex after changing the variable's value. That happens only after changing the filter view's sorting. It seems that regex is reconstructed in the wrong order.

Expected behavior:

The regex reconstruction algorithm should not rely on the order of the elements within the view.