Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18199
    ldm
    Participant

    Hi there,

    How can I choose whether Macro name should appear in the Macro Toolbar or not? Some my macro names appear there, but someone no…

    Thank you

    #18202
    Yutaka Emura
    Keymaster

    Hello Just,

    If you have

    #title=”macro title”

    on the first line of a macro, the title appears.

    #18207
    ldm
    Participant

    No, my macro doesn’t have such line. here is the context of my macro (very simple macro):
    ———————————————————————-
    document.selection.SelectLine();
    document.selection.Copy(eeCopyUnicode);
    document.selection.SelectLine();
    document.selection.Delete(1);
    ———————————————————————-
    As you see, the macro contains only 4 lines, but a file name of the macro appears as a macro name in the Macro’s Toolbar.
    So, how to eliminate appearing the file name as a macro name in the Macro Toolbar?

    Thank you

    #18208
    ldm
    Participant

    When the first line of the macro is
    #title=
    when there is no any macro name in the Macro Toolbar (just an icon).

    #18218
    Yutaka Emura
    Keymaster

    You can write:

    #title=""
    
    #18260
    ldm
    Participant

    Thanks!

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