Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26143
    David
    Participant

    EmEditor has lots of “powerful” function. But we have to use menu item or shortcut to access.
    I try to customize my own toolbar, but only a few functions can be added. I want to know if possible to add more menu item into toolbar??
    For example:

    Edit > Move Cursor Horizontally > Find Matching Parenthesis/Bracket
    Edit > Advanced > Half-Width/Full-Width Conversion
    Edit > Delete > Delete Spaces at End of Lines
    Edit > Move > Move Column Left
    Edit > Move > Move Column Right
    #26148
    Yutaka Emura
    Keymaster

    You can write or record a macro, and then add the macro to the toolbar.
    For instance, for Edit > Move Cursor Horizontally > Find Matching Parenthesis/Bracket, you can write:

    document.selection.GoToBrace(false);

    then you can add this macro to the main toolbar.

    #26149
    David
    Participant

    Good!This can satisfy my requirements!

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