Page 1 of 1

Feature Request - GUI - show all

Posted: 01 Jul 2017, 13:45
by kim
In the GUI top white under e.g. "Movie Format":
be able to show all output from format, maybe a scroll bar

test with e.g.

Code: Select all

{info*.getValue()}

Re: Feature Request - GUI - show all

Posted: 01 Jul 2017, 14:18
by rednoah
Well, for debugging I'd run FileBot with console, so you can just use println in your format, and then see the full text output on your second screen where you put the console in full screen mode. ;)

Re: Feature Request - GUI - show all

Posted: 02 Jul 2017, 19:27
by kim
I like the GUI way better because of instant feedback.

Well how about a compromise ?
1. 1+ lines
2. invisible scroll bar (https://stackoverflow.com/questions/239 ... -invisible)
3. how ever you will make it better

*2: what I mean by this is, e.g. in browsers you can mark and then move the cursor to then show the hidden stuff

btw: NEW Feature Request - PLS make it so we can mark AND copy the output :D

Re: Feature Request - GUI - show all

Posted: 03 Jul 2017, 02:52
by rednoah
kim wrote: 02 Jul 2017, 19:27 I like the GUI way better because of instant feedback.
I am using the GUI, with console, so I can see all the console output on my second screen, instantly:
Image

I'll look into it, but it's not a priority unless more people ask for improvements in this aspect.


BONUS: You can copy & paste from the console windows, but I'll see if I can add that to the Format editor. :lol:

Re: Feature Request - GUI - show all

Posted: 04 Jul 2017, 01:58
by kim
OMG, WHY did I know this a looooong time ago ?

the copy thing looks like a good solution :)

NEW Feature Request - when running GUI with console, make it write by default to both the console and as normal in the GUI without the need to use println every time + and a newline at the end to make it easier to look at :)