- AuthorPosts
- January 20, 2017 at 1:13 am #21467StefanParticipant
Hi Yutaka San,
while working currently on MyMacros,
would it be possible for you to add a feature
to allow to sort the macros hierarchic?
Something like having folders
x:\EmEditor\Macros\Abc
x:\EmEditor\Macros\Searching
x:\EmEditor\Macros\Formatting
and the MyMacros menu will sort and display the macros hierarchic too:
Macros\Abc
Macros\Searching
Macros\Formatting
Maybe “MyMacros” is the wrong place for that,
then how about the possibility for a new menu “AllMacros” sub menu item
where EmEditor shows ALL macros from the Macros folder in a hierarchic folder structure?
I know about Snippets plugin, but that is a different story.
Thank you very much for making EmEditor.
今後もよろしくお願い申し上げます。January 20, 2017 at 1:33 am #21468StefanParticipantAnother Idea is to have a macro directive like
#MenuPath “Search&Replace macros”
to add to all macro files we want to sort hierarchic in EmEditors Macros menu.
So some of my macro files would contain
#MenuPath “Search&Replace macros” as first line
others
#MenuPath “Formatting macros”
other ones
#MenuPath “Change case macros”
and so on, and EmEditor would create a menu for that hierarchic structure
and put the macros with that directive into the right sub menu.
AllMacros\Search&Replace macros
AllMacros\Formatting macros
AllMacros\Change case macros - AuthorPosts
- You must be logged in to reply to this topic.