Is there any possibility to create an icon within a ribbon who does create a file where the name of this file is in the clipboard (file created in the displayed folder) ?
If yes, how could I achieve this ?
Today, I am using the "New file" icon, paste the name and set the file not to be opened in the editor (I only need the file name infos, no datas in the file)
Could it be possible to add the elements (clipboard content as name and do not open file as parameters to the existing icon/function in the ribbon ?
I've tried this in the command line :
Code: Select all
/Edit(New+NotOpen,Clipboard(Show))
Thanks in advance for your help and advises,
Stéphane