Squalr / Squalr

Squalr Memory Editor - Game Hacking Tool Written in C#

Home Page:https://www.squalr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decouple RichTextBoxHelper.cs from OutputViewModel

zcanann opened this issue · comments

This class is tightly coupled with OutputViewModel.cs, even though these should have nothing to do with one another.

The popup from clicking on a line of output with an inner message is bound in this class, and it really should not be.

The text coloring is also applied in this stage, violating MVVM by handling view logic in the backend.