Run Script Floating Window or Panel
Run Script Floating Window or Panel
Is making the run script window floating or in a panel in the info panel possible for the future? Its a real pain to use the run script window for quick tests of code when you have to open it up after each run.
-
admin
- Site Admin
- Posts: 64870
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Run Script Floating Window or Panel
Well, it might be something for later.
FAQ | XY News RSS | XY X
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Run Script Floating Window or Panel
I see your point but... why a CKS isn't a solution for you? 'Run script...' and 'Run script again' can have their k-board shortcuts, same goes for User > Run script, so... don't suffer for these!
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Run Script Floating Window or Panel
When a script error is reported, instead of Continue or Cancel I also want (need
) the ability to edit the script, be it in "Enter Script" or "Try Script" window, or in an open editor window, and then just click Restart.
And why should a window just open to *test* a script, (very) often used to re-run the same script with some modification, be closed and re-opened just to do this, and not just allow to change and Restart?
For me, as scripter, this is just a basic need. I've wished this years ago, and also now I must say:
+1 +1 +1 .....
And why should a window just open to *test* a script, (very) often used to re-run the same script with some modification, be closed and re-opened just to do this, and not just allow to change and Restart?
For me, as scripter, this is just a basic need. I've wished this years ago, and also now I must say:
+1 +1 +1 .....
Re: Run Script Floating Window or Panel
Along these same frustating items, the variables window doesnt remember its size - and less importantly its position
-
admin
- Site Admin
- Posts: 64870
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Run Script Floating Window or Panel
Thanks, I'm collecting these wishes...
FAQ | XY News RSS | XY X
Re: Run Script Floating Window or Panel
A little related, but for me, a simple indicator that a (heavy) script is running would be great.
I do have a script that folder-recursively calculates the hash of a bunch of files, and sometimes it can take some minutes to finish, silently "hanging" the system during its execution.
So, something like a simple "running script" modal and a nice "cancel" button would be enough.
Cheers.
I do have a script that folder-recursively calculates the hash of a bunch of files, and sometimes it can take some minutes to finish, silently "hanging" the system during its execution.
So, something like a simple "running script" modal and a nice "cancel" button would be enough.
Cheers.
Re: Run Script Floating Window or Panel
You can easily implement that yourself by outputting info
With the status command coupled with a statement.
{Esc} will then cancel your script...
With the status command coupled with a
Code: Select all
wait 1;{Esc} will then cancel your script...
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club