- AuthorPosts
- September 25, 2008 at 2:15 am #6234noman9607Participant
How can I make a configuration file by using a macro?
I want to make a config file that has a new list of words to be highlighted.
I would like to generate a macro file from a program language (basic) then start EmEditor with this macro. The idea is to have particular words highlighted like a programming language – syntax but this would just be a temporary list of words.
thanks,
pbSeptember 25, 2008 at 2:18 am #6235Yutaka EmuraKeymasternoman9607 wrote:
How can I make a configuration file by using a macro?
I want to make a config file that has a new list of words to be highlighted.
I would like to generate a macro file from a program language (basic) then start EmEditor with this macro. The idea is to have particular words highlighted like a programming language – syntax but this would just be a temporary list of words.
thanks,
pb
document.ConfigName = "NewName";
should create a new configuration.
- AuthorPosts
- You must be logged in to reply to this topic.