svlad-90 / DLT-Message-Analyzer

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

[GROUPED_VIEW] Implement a feature to turn off the "grouped view" #191

Closed svlad-90 closed 5 months ago

svlad-90 commented 11 months ago

In some cases, the DMA is used for creation of the plots or sequence diagrams. In such a case, the regular expression contains a lot of groups. That overwhelms the "grouped view" with the messages, especially if the group contains non-repetitive data, that can't be grouped, e.g. timestamp.

Such cases lead to increased memory consumption. It is not a bug by itself, but better to provide a user the possibility to not pay for what is not used.

By default, all DMA features could be turned on, but it should be possible to turn them off in case of such specific scenarios.

Thus, we need to implement turning on and off the "grouped view". Similar to what we have for the "plot view" and "UML view".