Bug 470864 - Add python traceback files clickable [feature request]
Summary: Add python traceback files clickable [feature request]
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: 23.04.2
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-10 09:26 UTC by Andrew Shark
Modified: 2023-06-10 09:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Shark 2023-06-10 09:26:38 UTC
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.