Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 20, 2012 at 9:17 am #10450 LTTParticipant Hello, Is there a macro way to add/delete a configuration? July 20, 2012 at 9:53 am #10451 StefanParticipant 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(); . Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Questions and Answers about Macros’ is closed to new topics and replies.