freelze

Results 3 issues of freelze

### Version Info Python version: 3.9.16 (main, May 17 2023, 17:49:16) [MSC v.1916 64 bit (AMD64)] Python executable: E:\miniconda\envs\BallonsTranslator\python.exe Version: 1.4.0 Branch: dev commit: deabb67 ### Description of the Problem...

bug

讓使用者匯入多種翻譯來源, 顯示在右側文字編輯面板, 並使用 [diff-match-patch](https://pypi.org/project/diff-match-patch/) highlight 文字差異, diff-match-patch code example ```python import diff_match_patch # --- Configuration Variables (Text Colors) --- TEXT1_DELETION_COLOR = "#ff0000" # Red TEXT2_INSERTION_COLOR = "#008000" # Green #...