[konsole] [Bug 470864] New: Add python traceback files clickable [feature request]
Andrew Shark
bugzilla_noreply at kde.org
Sat Jun 10 10:26:38 BST 2023
https://bugs.kde.org/show_bug.cgi?id=470864
Bug ID: 470864
Summary: Add python traceback files clickable [feature request]
Classification: Applications
Product: konsole
Version: 23.04.2
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: konsole-devel at kde.org
Reporter: ashark at linuxcomp.ru
Target Milestone: ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list