Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10450
    LTT
    Participant

    Hello,

    Is there a macro way to add/delete a configuration?

    #10451
    Stefan
    Participant

    Is there a macro way to add/delete a configuration?

    If you mean to “modify” an configuration,
    then yes, search the help or the forum for “cfg.”

    Or take a look at “Snippets-plugin > General > Toggle Line Numbers”

    cfg = document.Config;
    cfg.General.ShowLineNumbers = !cfg.General.ShowLineNumbers;
    cfg.Save();

    .

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