Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@deathaxe deathaxe released this 16 Jan 20:00
· 2 commits to master since this release

fixes:

  • all core python modules are moved to latextools package to avoid duplicate globals
    This works around a characteristic of ST's plugin eco system and makes reloading after package updates easier.
  • fix preview related settings not being read or tracked for changes (fixes #1599)
  • fix image preview not being displayed due to LaTeX syntax changes
  • fix tex-style % comments not being handled by "new" Bibtex parser

enhancements:

  • improve image/math preview popup and phantom formatting (stylesheets)
  • reorganize math and image preview related settings
  • optimize merged settings loading from and change tracking of all supported settings files (LatexTools, LaTeXTools (Advanced), Preferences)
  • refactor event debouncing using a defacto ST community standard function
  • convert snippet related completions to *.sublime-snippet files as only latter ones take precedence over other completions in ST4, like all sorts of snippets did in ST3
  • add some kind info/icons to Bibtex related completions (ST4 only)

other:

  • remove obsolete BibTexCache related commands