+3

Output window: more flexible text selection

chuvv 5 years ago updated by HFloyd 2 years ago 6

Instead of whole line selecting, can we select a portion of a line, so that we can easily copy, say, a URL or git command? Thanks! :)

Maybe output to something similar to what you have in FileZilla ?

You seem to use/know FileZilla. Could you please share a screenshot and explanation what's so exciting about it? Thanks in advance.

Nothing exciting :D

The output (log, FTP commands and the responses) is just text that you can copy/paste as you like. There is also a syntax highlighting.

You can see this window for example here (just below host and login) :

+1

I would like to be able to select MORE text than a single line. There are some git-hook-based compiling operations which happen for some of my repositories on PUSH. A LOT of useful server messages are passed back and visible in the output window, and sometimes I need to copy that full log of messages to share with someone else. Copying only a single line at a time is too painful.

I was thinking that a "Copy" button next to the tiny "Clear" button on the window would solve the issue. If it could copy the complete contents of the output to the clipboard, then we could easily paste into notepad, or whatever, for further manipulation, smaller selecting, etc. This would allow the current structure of the visible window to stay the same.

If you hide the Output view, an output dialog will be shown if the command failed. There you can select text easier.

Thanks for your suggestion, Thomas. The problem is that the log info I am interested in isn't related to the Git operation failing - generally the PUSH completes just fine - it's what happens on the remote server after that. I only notice that an error occurred there if I read the log lines returned. SmartGit doesn't recognize any failure. (The operations are related to a build server.)