Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6234
    noman9607
    Participant

    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

    #6235
    Yutaka Emura
    Keymaster

    noman9607 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.

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