Currently it is possible to make file paths like `/path/to/file.txt` clickable in the profile (under Mouse category > Underline files). It is very useful feature. But currently, it does not support patterns as python traceback prints. It looks like this: ``` Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/feeluown/app/gui_app.py", line 14, in <module> from feeluown.gui.ui import Ui File "/usr/lib/python3.11/site-packages/feeluown/gui/ui.py", line 7, in <module> from feeluown.gui.widgets.mpv import MpvOpenGLWidget ``` It would be good to support patterns (FileFilter HotSpot) like this: `File "/absolute/path/name.ext", line 1` SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.106.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION PyCharm IDE supports this very conveniently.