- AuthorPosts
- July 18, 2010 at 10:49 am #8763CirilloParticipant
I guess I may have overlooked something, but is there a way to assign a custom icon to a macro?
What I need is a macro with a custom icon in one of basic toolbars, not in the macros toolbar.
I tried to do the trick by means of external tools, but running a macro as an external tool only opens the macro file instead of executing it.
TIAJuly 18, 2010 at 12:09 pm #8764zhouzh2ParticipantHi Cirillo,
If I remembered correctly, you can use:#icon='PATH'
to assign icon to a macro.
Additionally, you can use:#title='TITLE'
to assign title to a macro.
Hope this helps.July 18, 2010 at 2:08 pm #8765CirilloParticipantHi zhouzh2
Yeah, thanks, script directives are what I really missed :-)
But the puzzle hasn’t been solved yet, because a macro in a basic toolbar must have its “alter ego” in the macros toolbar. I mean, if I delete the macro from the macros toolbar it disappears from the basic toolbar, too :-?July 19, 2010 at 11:48 pm #8776Yutaka EmuraKeymasterHi Cirillo,
Thanks for using EmEditor Professional!
Yes, a macro has to be included in My Macros in order for it to be appeared in the main toolbar. You can hide the Macros toolbar, and show selected macro buttons on the main toolbar.
Please let me know if you have further questions.
Thanks! - AuthorPosts
- You must be logged in to reply to this topic.