daverosoff / PreTeXtual

A Sublime Text 2/3 package for PreTeXt files.
Other
1 stars 3 forks source link

Refactor settings acquisition to use sublime.Settings object instead of dictionary #37

Open daverosoff opened 5 years ago

daverosoff commented 5 years ago

The acquire_settings() function in beta_process.py is clunky. This function (and the rest of the beta_process.py that uses it) should be rewritten to use a Settings object from the Sublime API.