Page 1 of 1

Open Many Items?

Posted: 30 May 2015 14:25
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? :?

Re: Open Many Items?

Posted: 30 May 2015 14:39
by bdeshi
it's a rejuvenated feature.
This changelog (re-)introduces it and shows how to turn it off.

Re: Open Many Items?

Posted: 30 May 2015 15:07
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:

Re: Open Many Items?

Posted: 30 May 2015 15:30
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';