- AuthorPosts
- November 23, 2008 at 9:23 am #6653Yang YangParticipant
It’s very convenient that EmEditor supports multiple file-type configurations. It’ll be even better if the configuration order can be customized.
I use Python quite often. Whenever I create a new (unsaved) file and switch to the Python configuration, I have to press F11 and a series of P’s. Although I don’t use Pascal, Perl, etc. much, I want to keep their configurations. So if Python can appear as my first P-language, many keypresses will be saved.
It’s the same case for the “New File” list.
Thank you.
November 24, 2008 at 7:24 pm #6664Yutaka EmuraKeymasterwdscxsj wrote:
It’s very convenient that EmEditor supports multiple file-type configurations. It’ll be even better if the configuration order can be customized.I use Python quite often. Whenever I create a new (unsaved) file and switch to the Python configuration, I have to press F11 and a series of P’s. Although I don’t use Pascal, Perl, etc. much, I want to keep their configurations. So if Python can appear as my first P-language, many keypresses will be saved.
It’s the same case for the “New File” list.
Thank you.
Thanks for your comments! You cannot change the order — it is an alphabetical order. However, you can rename the configuration name. For instance, you can rename “Pascal” to “_Pascal” so it will become the last item of the list. I hope this technique will help.
November 25, 2008 at 4:23 am #6669Yang YangParticipantThank you for the suggestion! Actually I tried the renaming trick before — the same as you suggested — but the list looked ugly. I wonder why it has to be in an alphabetical order. Quick match? There aren’t many items.
November 27, 2008 at 3:20 am #6681dreftymacParticipantGreetings wdscxsj,
In case you had not already considered it, or in case anyone else reading this would like to know, another alternative would be to write a macro that you assign to a shortcut key, and the macro could contain only those configurations that you use on a regular basis.
If you use the CreatePopupMenu Method, you can pretty easily create a list that contains only those configurations that you use regularly, and just have that menu create the new document. The nice thing about this is that you can edit the macro any time you like if you want to change the contents or the ordering of the list.
- AuthorPosts
- You must be logged in to reply to this topic.