-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 17.0.0
-
None
-
b3493ccb9 (master)
The first issue is that it's no longer possible to "Copy Contents to Clipboard" when viewing a backtrace. This functionality was removed here and replaced with "Copy Selected Items to Clipboard". The latter requires a selection be made first, whereas previously you could just right click anywhere on the backtrace and copy the entire contents immediately. This is almost 100% of the time what I want to do as a user; if I need to copy specific lines, I can do that once I've pasted it somewhere else.
Another much more frustrating issue with this is that if you're looking at a stack trace and only want to copy a few lines, you need to shift+click on the last line you're interested in in order to select it, but this also causes the editor to go to that line, which inevitably means changing the file that's open, which is definitely not what I want: I just want to select lines. With the old menu action, I could just copy the whole trace and edit out what I didn't want.
- resulted from
-
QTCREATORBUG-32626 Add a "Copy Contents to Clipboard" option that copies an elided version of the stack trace
-
- Reported
-
For Gerrit Dashboard: QTCREATORBUG-33187 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
663401,3 | Debugger: Add "Copy Contents to Clipboard" to stack context menu again | master | qt-creator/qt-creator | Status: ABANDONED | +1 | 0 |
663455,3 | Debugger: re add action to copy the content of a stack view | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |