| Summary: | Add python traceback files clickable [feature request] | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Andrew Shark <ashark> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 23.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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.