Internal Toolbar Icons for PFA & POM Scripts
Posted: 27 Oct 2017 17:35
I am still discovering just how powerful this excellent application is, when I initially started customizing it I disabled Portable File Associations not seeing their true potential for my workflow, but now I have re-enabled them and found their untapped power I have a small request.
I have started associating scripts to the Portable Open With Menu and although I can give the scripts I associate icons of exe;ico I was wondering if it wouldn't be too much of a hassle to be able to use the internal toolbar icons in this location as well, just like is already possible in normal script captions.
e.g
Also on a similar topic, If it's not too much of a hassle could you make it so as to be able to use a icon index in the Customize File Icons dialog like is already possible in normal scripts captions?
e.g
so that it would get the 5th icon in that file? Also dll file support in this location would be a nice bonus too because currently I have to manually extract the icons from dll's and then have them all in individually referenced ico files.
Thanks for your consideration.
I have started associating scripts to the Portable Open With Menu and although I can give the scripts I associate icons of exe;ico I was wondering if it wouldn't be too much of a hassle to be able to use the internal toolbar icons in this location as well, just like is already possible in normal script captions.
e.g
Code: Select all
"Custom Script Caption|:home" ext>::run or whatever;
// Currently I would have to write it as below, unless I am mistaken.
"Custom Script Caption|HomeIconLocation.ico" ext>::run or whatever;e.g
Code: Select all
*.ext>c:\Windows\System32\Executable.exe / 5Thanks for your consideration.