Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10285
    user
    Participant

    hello!

    I need a button in the toolbar to “delete duplicate lines”
    and another one “delete empty lines”

    is it possible?

    thanks!

    #10289
    Yutaka Emura
    Keymaster

    You can write a macro like this:


    #icon = "filename"
    editor.ExecuteCommandByID(4564);

    and customize the toolbar to include this button. #icon is optional.

    Also, “Delete empty lines” can be done by writing a macro.

    #10298
    user
    Participant

    the code you posted is extremely interesting Yutaka!

    is there a list with all commands’ IDs???

    thanks

    #10299
    Yutaka Emura
    Keymaster

    Please look at the Command Reference in the Help.

    http://www.emeditor.com/help/cmd/index.htm

    #10337
    user
    Participant

    can you tell me please the best possible “delete empty lines” macro? that will be the most fast, stable, accurate

    thanks!

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