Could you add a copy button to the debugger error window please, so one can copy the error messages to clipboard for easy posting it.
Sven
Copy for Debugger Error Window
Re:
I would like that too, but a button "Copy selected" would be fine.Trond wrote:How about Ctrl+C in debug output? (Copy the selected element, not the whole thing)
I often want to copy/paste 1 line from the debug output. I select the
line, press copy and when i paste the text somewhere it always inserts
15 or 20 lines (the whole debug output). Little bit annoying.

Alternatively you could change the debug output to a multiline string/editor output,
so we can select and copy the part we want.
Last edited by Danilo on Mon Jan 09, 2012 10:59 am, edited 1 time in total.
- Michael Vogel
- Addict
- Posts: 2797
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
Re: Copy for Debugger Error Window
Maybe something like this: holding the shift key while pressing the copy button would copy the selected lines only (or only the lines which are visible in the debug window)...
Re: Copy for Debugger Error Window
Normal behaviour would be to copy only selected stuff. What is the selection for?Michael Vogel wrote:Maybe something like this: holding the shift key while pressing the copy button would copy the selected lines only (or only the lines which are visible in the debug window)...
If you are able to select something, only the selected stuff gets copied. This is
the normal behaviour in every program and it is what the user expects.