Feature Request - GUI - show all

All your suggestions, requests and ideas for future development
Post Reply
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Feature Request - GUI - show all

Post 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()}
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Feature Request - GUI - show all

Post 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. ;)
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Feature Request - GUI - show all

Post 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
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Feature Request - GUI - show all

Post 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:
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Feature Request - GUI - show all

Post 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 :)
Post Reply