Open Many Items?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Open Many Items?

Post by aurumdigitus »

This has recently started to show up when using XY. Don't remember running into it previously. Is it a new "feature"?

Regardless, how to turn it off? :?

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Open Many Items?

Post by bdeshi »

it's a rejuvenated feature.
This changelog (re-)introduces it and shows how to turn it off.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Open Many Items?

Post by aurumdigitus »

Thank you SammaySarkar. It had a nebulous feeling of familiarity to it but wasn't certain. (Don't monitor the change log as often as used to.)

Do see how it could be useful with some file types.

Circumstance will force the tweak to be made but going into INI continues to induce apprehension. :cry:

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Open Many Items?

Post by bdeshi »

Code: Select all

::$k='OpenManyMaxCount';$s='Settings';$d="Count of selected items to trigger open safety belt. -1: off";if (confirm("XY will restart to apply the setting.<crlf 2>save current settings beforehand?")==1){savesettings;} $n=gettoken($k,'count','|');$c=1;while ($c<=$n){$key=gettoken($k,$c,'|');$sec=gettoken($s,$c,'|');$tpc=gettoken($k,$c,'|');$dsc=gettoken($d,$c,'|');setkey input($tpc,$dsc,getkey($key,$sec),'s'),$key,$sec;$c++} exit 'nr';
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply