Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- April 23, 2012 at 11:24 am #10285userParticipant
hello!
I need a button in the toolbar to “delete duplicate lines”
and another one “delete empty lines”is it possible?
thanks!
April 25, 2012 at 4:45 am #10289Yutaka EmuraKeymasterYou 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.
April 30, 2012 at 7:19 am #10298userParticipantthe code you posted is extremely interesting Yutaka!
is there a list with all commands’ IDs???
thanks
April 30, 2012 at 4:46 pm #10299Yutaka EmuraKeymasterPlease look at the Command Reference in the Help.
May 8, 2012 at 9:23 am #10337userParticipantcan you tell me please the best possible “delete empty lines” macro? that will be the most fast, stable, accurate
thanks!
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.