Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8763
    Cirillo
    Participant

    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.
    TIA

    #8764
    zhouzh2
    Participant

    Hi 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.

    #8765
    Cirillo
    Participant

    Hi 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 :-?

    #8776
    Yutaka Emura
    Keymaster

    Hi 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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.