Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- August 30, 2019 at 12:19 am #26143DavidParticipant
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
August 31, 2019 at 5:38 pm #26148Yutaka EmuraKeymasterYou 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.
August 31, 2019 at 9:41 pm #26149DavidParticipantGood!This can satisfy my requirements!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.