Editor variable names are now symbols rather than strings. For example, where you previously used:
(editor:variable-value "Add Newline At Eof On Writing File")
you should now use:
(editor:variable-value 'editor:add-newline-at-eof-on-writing-file)