get("listoficons", [separator=CRLF]);

Features wanted...
Post Reply
highend
Posts: 13274
Joined: 06 Feb 2011 00:33

get("listoficons", [separator=CRLF]);

Post by highend »

Can you add the "listoficons" parameter, please?

It reports back all existing XYplorer internal icon names
like:

Code: Select all

:autorefresh
:backupto
:back
:bfop
etc.
There is a script like this here:
viewtopic.php?f=7&t=9531

but I'm afraid it doesn't show all icons when I visually compare
it's count with the number of icons in the left upper part of the
101:1033 resource in XYplorer.exe...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: get("listoficons", [separator=CRLF]);

Post by admin »

This is a complex resource that's always changing and growing. Hence I don't open it to the public.

Anyway, next version will have an undocumented additional parameter for SC toolbar. This line will return the list below:

Code: Select all

text toolbar(, , 1);

Code: Select all

-,go,back,fore,up,mru,rfo,mrl,crl,hotlist,myco,drives,browsenetwork,refresh,autorefresh,refreshsus,stop,find,qns,qnstgl,shellprops,meta,props,copypath,openwith,previewfull,fp,pp,qfv,cofi,icf,cfi,favs,favfiles,labels,findlabel,tagsadd,tagsset,tagsrmv,tagsfind,undo,redo,select,cut,copy,paste,clip,moveto,copyto,backupto,lasttarget,goprev,rename,del,nuke,wipe,bfop,queue,cucopy,netmap,netunmap,dosbox,hidenav,treeshow,cat,dp,dp12,dpmoveto,dpcopyto,syncbrowse,syncscroll,sync,panelshow,hightree,panellast,panelmax,sort,views,viewdetails,viewlist,viewthumbs,flatview,tsm,zoomin,zoomout,conf,savesett,exitnosave,udc,cks,fvs,minitree,lstmgmt,newfolder,newfile,calcfosi,paper,home,newtab,closetab,locktab,tablist,tabsets,showhidden,showsystem,hideos,showfolders,tsf,vfset,visualfilter,gvfset,gvf,ghost,tpt,grid,sticky,mansort,cbx,sfs,steps,{drives_all},{drives_avl},{drives_fix},{drives_rem},{drives_net},{drives_cdr},drive_A,drive_B,drive_C,drive_D,drive_E,drive_F,drive_G,drive_H,drive_I,drive_J,drive_K,drive_L,drive_M,drive_N,drive_O,drive_P,drive_Q,drive_R,drive_S,drive_T,drive_U,drive_V,drive_W,drive_X,drive_Y,drive_Z,ctb1,ctb2,ctb3,ctb4,ctb5,ctb6,ctb7,ctb8,ctb9,ctb10,ctb11,ctb12,ctb13,ctb14,ctb15,ctb16,ctb17,ctb18,ctb19,ctb20,ctb21,ctb22,ctb23,ctb24,ctb25,ctb26,ctb27,ctb28,ctb29,ctb30,ctb31,ctb32,ctb33,ctb34,ctb35,ctb36,ctb37,ctb38,ctb39,ctb40,ctb41,ctb42,ctb43,ctb44,ctb45,ctb46,ctb47,ctb48,ctb49,ctb50,ctb51,ctb52,ctb53,ctb54,ctb55,ctb56,ctb57,ctb58,ctb59,ctb60,ctb61,ctb62,ctb63,ctb64
You see, it's not really meant to be user-friendly. We are looking at the inside of XY now.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: get("listoficons", [separator=CRLF]);

Post by highend »

You see, it's not really meant to be user-friendly
That's totally ok for me :tup:

Thanks for bringing in this functionality!
One of my scripts helped you out? Please donate via Paypal

PeterH
Posts: 2776
Joined: 21 Nov 2005 20:39
Location: Germany

Re: get("listoficons", [separator=CRLF]);

Post by PeterH »

This is just a list, comma-separated. Rather self-explaining!
Why should this be "not user-friendly" :?:

But: possible :bug: :?:
For me the output stops after ctb4 - being the very last icon in my toolbar.
That is: exactly all icons of my TB are returned - nothing else.

Or is this intended? But I'm looking for icons I do not use till now :mrgreen:
And as highend asked: "It reports back all existing XYplorer internal icon names".
W7(x64) SP1 German
( +WXP SP3 )

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: get("listoficons", [separator=CRLF]);

Post by highend »

@PeterH

The next beta isn't out yet... :mrgreen:

And my script to display the popupmenu (including the new change) is already done...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: get("listoficons", [separator=CRLF]);

Post by admin »

Uhm:
Anyway, next version will have an undocumented additional parameter for SC toolbar.
:biggrin:

PeterH
Posts: 2776
Joined: 21 Nov 2005 20:39
Location: Germany

Re: get("listoficons", [separator=CRLF]);

Post by PeterH »

Ouh - didn't remember which day it is :roll:

(And somewhen "next" will be "previous" :mrgreen: )
W7(x64) SP1 German
( +WXP SP3 )

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: get("listoficons", [separator=CRLF]);

Post by highend »

The new beta brings the requested feature. Thanks! :tup:

Here is a new script, that uses it: viewtopic.php?f=7&t=18178
One of my scripts helped you out? Please donate via Paypal

PeterH
Posts: 2776
Joined: 21 Nov 2005 20:39
Location: Germany

Re: get("listoficons", [separator=CRLF]);

Post by PeterH »

Just verified: it's monday :roll:

And now the new operand really is available, and works fine.

Thanks!
W7(x64) SP1 German
( +WXP SP3 )

Post Reply